diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-26 17:49:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-26 17:49:49 +0000 |
commit | 86cd8242c84f96343172773431bcf614b0c7b349 (patch) | |
tree | 432be33ed67ec14520282649a73c6a1562ce9eff /Build/source/texk/dvipng/config.h.in | |
parent | e3801dcee49cd7bd91f7005dbdcbd83360affbb5 (diff) |
new build system: cleanup and more dvipng
git-svn-id: svn://tug.org/texlive/trunk@12522 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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index 771c509968d..5a2c42edf82 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -11,6 +11,9 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA +/* Define as 1 to get the debug (-d) option. */ +#undef DEBUG + /* Define as the path to GhostScript. */ #undef GS_PATH @@ -61,6 +64,9 @@ /* Define to 1 if you have freetype2. */ #undef HAVE_FT2 +/* Define to 1 if you have the `ftime' function. */ +#undef HAVE_FTIME + /* Define to 1 if you have the `FT_Library_Version' function. */ #undef HAVE_FT_LIBRARY_VERSION @@ -88,6 +94,9 @@ /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD @@ -284,6 +293,9 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME +/* Define as 1 to get execution time output. */ +#undef TIMING + /* Version number of package */ #undef VERSION |