diff options
-rw-r--r-- | Build/source/texk/dvipdfmx/config.h.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/dvipdfmx/config.h.in b/Build/source/texk/dvipdfmx/config.h.in index b7fa15ad658..3e9a7b7047e 100644 --- a/Build/source/texk/dvipdfmx/config.h.in +++ b/Build/source/texk/dvipdfmx/config.h.in @@ -21,9 +21,6 @@ /* Define if you have libpng */ #undef HAVE_LIBPNG -/* Define to 1 if you have the `z' library (-lz). */ -#undef HAVE_LIBZ - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -65,6 +62,12 @@ `tzname'. */ #undef HAVE_TZNAME +/* Define to 1 if you have the global `timezone` variable. */ +#undef HAVE_TIMEZONE + +/* Define to 1 if your `struct tm' has `tm_gmtoff'. */ +#undef HAVE_TM_GMTOFF + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -74,9 +77,6 @@ /* Define if your zlib has the compress2 function */ #undef HAVE_ZLIB_COMPRESS2 -/* Define to 1 if you have the <zlib.h> header file. */ -#undef HAVE_ZLIB_H - /* Name of package */ #undef PACKAGE |