diff options
Diffstat (limited to 'Build/source/texk/xdvik/c-auto.in')
-rw-r--r-- | Build/source/texk/xdvik/c-auto.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/c-auto.in b/Build/source/texk/xdvik/c-auto.in index 0c524476920..8978c761130 100644 --- a/Build/source/texk/xdvik/c-auto.in +++ b/Build/source/texk/xdvik/c-auto.in @@ -396,6 +396,9 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* Define to 1 if <zlib.h> declares 'z_const'. */ +#undef ZLIB_CONST + /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 @@ -452,3 +455,6 @@ /* Define as `fork' if `vfork' does not work. */ #undef vfork + +/* Define as empty if not declared in <zlib.h>. */ +#undef z_const |