diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-27 09:46:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-27 09:46:39 +0000 |
commit | 548c801baf05f4a158b42c8de28378a2a44bfa89 (patch) | |
tree | e2ee4779c72604a8838da3a8c6fe2e3774db0a20 /Build/source/texk/xdv2pdf/acconfig.h.in | |
parent | e4da8ade35c41f81e0f39a6fb40af0e50d1e0c8b (diff) |
change ipc default to enabled, remove obsolete files
git-svn-id: svn://tug.org/texlive/trunk@13492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdv2pdf/acconfig.h.in')
-rw-r--r-- | Build/source/texk/xdv2pdf/acconfig.h.in | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Build/source/texk/xdv2pdf/acconfig.h.in b/Build/source/texk/xdv2pdf/acconfig.h.in deleted file mode 100644 index e81beaf36c9..00000000000 --- a/Build/source/texk/xdv2pdf/acconfig.h.in +++ /dev/null @@ -1,45 +0,0 @@ - -/* Local variables defined by MAW */ -#ifndef _CONFIG_H - -#define VERSION 0 - -#define PACKAGE "package" - -/* HAVE_TIMEZONE - Define if <time.h> has timezone as an external variable */ -#undef HAVE_TIMEZONE - -/* HAVE_TM_GMTOFF - Define if struct tm has tm_gmtoff as a member */ -#undef HAVE_TM_GMTOFF - -/* HAVE_KPATHSEA - Define if you have kpathsea */ -#define HAVE_KPATHSEA - -/* HAVE_XBASENAME - Define if you have xbasename() in your libkpathsea instead of basename() */ -#undef HAVE_XBASENAME - -/* HAVE_ZLIB - Define if you have zlib and its headers */ -#undef HAVE_ZLIB -/* HAVE_ZLIB_COMPRESS2 - Define if your zlib has the compress2 function */ -#undef HAVE_ZLIB_COMPRESS2 - -/* HAVE_KPSE_FORMATS - Define if you have a - version of kpathsea with type1 and vf formats */ -#define HAVE_KPSE_FORMATS - -/* HAVE_OMEGA_FORMATS - Define if you have a - version of kpathsea that understands Omega (OFM/OVF) formats */ -#define HAVE_OMEGA_FORMATS - -/* HAVE_TTF_FORMATS - Define if you have a - version of kpathsea that understands TrueType (TTF) formats */ -#define HAVE_TTF_FORMATS - -/* HAVE_LIBPNG - Define if you have libpng */ -#undef HAVE_LIBPNG - -/* HAVE_SYSTEM - Define if you have the system() command */ -#undef HAVE_SYSTEM - - -#endif /* _CONFIG_H */ |