mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-19 03:55:39 -04:00
Avoid compiler complaints if _TIME_BITS defined when building zlib.
zlib does not use time_t, so _TIME_BITS is irrelevant. However it may be defined anyway as part of a sledgehammer indiscriminately applied to all builds.
This commit is contained in:
parent
10f51f6096
commit
faf6cf70cd
3
gzguts.h
3
gzguts.h
@ -9,9 +9,8 @@
|
|||||||
# ifndef _LARGEFILE_SOURCE
|
# ifndef _LARGEFILE_SOURCE
|
||||||
# define _LARGEFILE_SOURCE 1
|
# define _LARGEFILE_SOURCE 1
|
||||||
# endif
|
# endif
|
||||||
# ifdef _FILE_OFFSET_BITS
|
|
||||||
# undef _FILE_OFFSET_BITS
|
# undef _FILE_OFFSET_BITS
|
||||||
# endif
|
# undef _TIME_BITS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_VISIBILITY_INTERNAL)
|
#if defined(HAVE_VISIBILITY_INTERNAL)
|
||||||
|
Loading…
Reference in New Issue
Block a user