aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/zconf.h b/zconf.h
index f6481d1..dc7209a 100644
--- a/zconf.h
+++ b/zconf.h
@@ -237,17 +237,6 @@
237# include <stddef.h> 237# include <stddef.h>
238 typedef size_t z_size_t; 238 typedef size_t z_size_t;
239# endif 239# endif
240# ifdef NO_SSIZE_T
241 typedef NO_SSIZE_T z_ssize_t;
242# else
243# include <stddef.h>
244# include <sys/types.h>
245# ifdef _MSC_VER
246 typedef intptr_t z_ssize_t;
247# else
248 typedef ssize_t z_ssize_t;
249# endif
250# endif
251# undef z_longlong 240# undef z_longlong
252#endif 241#endif
253 242