diff options
| author | Manolo Gouy <Manolo> | 2011-02-27 16:51:58 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-27 16:51:58 +0000 |
| commit | e099ada69f250c59848212adbf2b36199170c320 (patch) | |
| tree | 74b2a89bc6a25d5f989d0ce39b1a5c8cee0b4b1a /zlib | |
| parent | d798e99431dfdc83f79c62de635189d10c718311 (diff) | |
Removed unix compilation warnings after update of zlib to v. 1.2.5
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'zlib')
| -rw-r--r-- | zlib/zconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index 02ce56c43..0e20e568e 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -356,6 +356,10 @@ typedef uLong FAR uLongf; typedef Byte *voidp; #endif +#if !(defined(WINDOWS) || defined(WIN32)) +# define HAVE_UNISTD_H +#endif + #ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ # define Z_HAVE_UNISTD_H #endif |
