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
This commit is contained in:
Manolo Gouy 2011-02-27 16:51:58 +00:00
parent d798e99431
commit e099ada69f
1 changed files with 4 additions and 0 deletions

View File

@ -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