diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-04-02 15:58:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-04-02 15:58:38 +0000 |
commit | 68de4bd53edb6bb668112064bcd67faa565a2e0a (patch) | |
tree | d0a3d41fdaa1283e4ebf32f10bf69059b627cfc6 /Build/source/texk/dvipng/config.h.in | |
parent | c8a8f5c5df97a7bfbf58693b9ac635903be7d55f (diff) |
dvipng with system libraries
git-svn-id: svn://tug.org/texlive/trunk@7287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/config.h.in')
-rw-r--r-- | Build/source/texk/dvipng/config.h.in | 67 |
1 files changed, 15 insertions, 52 deletions
diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index b3dde183d3a..45b7501b671 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -11,15 +11,6 @@ /* Define as 1 to get the debug (-d) option. */ #undef DEBUG -/* The environment setting for $SELFAUTODIR */ -#undef ENV_SELFAUTODIR - -/* The environment setting for $SELFAUTOLOC */ -#undef ENV_SELFAUTOLOC - -/* The environment setting for $SELFAUTOPARENT */ -#undef ENV_SELFAUTOPARENT - /* Define as the path to GhostScript. */ #undef GS_PATH @@ -30,6 +21,9 @@ */ #undef HAVE_ALLOCA_H +/* Define if you have ApplicationServices (Mac OS X) */ +#undef HAVE_APP_SERVICES + /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT @@ -39,12 +33,12 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if you have the `fork' function. */ -#undef HAVE_FORK - /* Define to 1 if you have freetype2 */ #undef HAVE_FT2 +/* Define to 1 if you have the <ft2build.h> header file. */ +#undef HAVE_FT2BUILD_H + /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME @@ -78,21 +72,18 @@ /* Define to 1 if you have the <kpathsea/kpathsea.h> header file. */ #undef HAVE_KPATHSEA_KPATHSEA_H -/* Define to 1 if your kpathsea has kpse_enc_format */ +/* Define to 1 if your kpathsea has kpse_enc_format. */ #undef HAVE_KPSE_ENC_FORMATS +/* Define to 1 if you have the `freetype' library (-lfreetype). */ +#undef HAVE_LIBFREETYPE + /* Define to 1 if you have the `gd' library (-lgd). */ #undef HAVE_LIBGD -/* Define to 1 if you have the `gen' library (-lgen). */ -#undef HAVE_LIBGEN - /* Define to 1 if you have the `kpathsea' library (-lkpathsea). */ #undef HAVE_LIBKPATHSEA -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - /* Define to 1 if you have the `png' library (-lpng). */ #undef HAVE_LIBPNG @@ -102,10 +93,6 @@ /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ -#undef HAVE_MALLOC - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -127,7 +114,7 @@ /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV -/* Define to 1 if stdbool.h conforms to C99. */ +/* Define to 1 if you have the <stdbool.h> header file. */ #undef HAVE_STDBOOL_H /* Define to 1 if you have the <stdint.h> header file. */ @@ -172,23 +159,11 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the `vfork' function. */ -#undef HAVE_VFORK - -/* Define to 1 if you have the <vfork.h> header file. */ -#undef HAVE_VFORK_H - /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF -/* Define to 1 if `fork' works. */ -#undef HAVE_WORKING_FORK - -/* Define to 1 if `vfork' works. */ -#undef HAVE_WORKING_VFORK - -/* Define to 1 if the system has the type `_Bool'. */ -#undef HAVE__BOOL +/* Define to 1 if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -207,7 +182,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -225,20 +200,8 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `long long' if <inttypes.h> does not define it. */ -#undef int64_t - -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc - /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define to `unsigned' if <sys/types.h> does not define. */ +/* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t - -/* Define to `unsigned long long' if <inttypes.h> does not define it. */ -#undef uint64_t - -/* Define as `fork' if `vfork' does not work. */ -#undef vfork |