diff options
author | unknown <SergeyV@selena.> | 2006-01-23 21:35:11 +0300 |
---|---|---|
committer | unknown <SergeyV@selena.> | 2006-01-23 21:35:11 +0300 |
commit | 03ad365b00c446a6da418cb9112448449f2e5a45 (patch) | |
tree | c6ee04935143d410d62fc996338c240b8fdb69f6 /zlib/zconf.h | |
parent | 4032f5acd5ec6fbfc1d33a1782f4a5f022fddfad (diff) | |
download | mariadb-git-03ad365b00c446a6da418cb9112448449f2e5a45.tar.gz |
Changes after initial patch to #15787
zlib/Makefile.am:
Added a reference to ../include for my_config.h
zlib/README.MySQL:
Updated a readme file to emphasize which files we what to keep an eye on
in case of zlib upgrade.
zlib/zconf.h:
restored a code for standard platform dependant definitions
Diffstat (limited to 'zlib/zconf.h')
-rw-r--r-- | zlib/zconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index f786a20a6f9..d983fa3eed4 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -288,7 +288,7 @@ typedef uLong FAR uLongf; typedef Byte *voidp; #endif -#if 0 /* HAVE_UNISTD_H -- this line is updated by ./configure */ +#ifdef HAVE_UNISTD_H # include <sys/types.h> /* for off_t */ # include <unistd.h> /* for SEEK_* and off_t */ # ifdef VMS |