diff options
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 |