diff options
Diffstat (limited to 'Build/source/texk/xdv2pdf/config.h')
-rw-r--r-- | Build/source/texk/xdv2pdf/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/xdv2pdf/config.h b/Build/source/texk/xdv2pdf/config.h new file mode 100644 index 00000000000..fa9f370a239 --- /dev/null +++ b/Build/source/texk/xdv2pdf/config.h @@ -0,0 +1,11 @@ +/* config.h: + * In the original package this file is generated by autoheader. + * When part of the teTeX / TeX live tree, we simply include + * c-auto.h as generted by autoheader and configure. */ + +#ifndef _CONFIG_H +#define _CONFIG_H + +#include "c-auto.h" + +#endif /* _CONFIG_H */ |