#! /bin/sh # Add before most headers # from old toolbox # Clean env LC_ALL=C export LC_ALL LANG=C export LANG if test "$1" = "" ; then exit 0 fi ## Add includes to help doxygen case "$1" in */vlc_common.h|*/include/vlc/*);; */include/*.h) echo "#include " ;; esac cat $1 exit 0