diff options
Diffstat (limited to '')
-rw-r--r-- | zconf.h | 11 | ||||
-rw-r--r-- | zconf.h.cmakein | 11 | ||||
-rw-r--r-- | zconf.h.in | 11 |
3 files changed, 0 insertions, 33 deletions
@@ -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 | ||
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 843aeb4..31619f3 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
@@ -239,17 +239,6 @@ | |||
239 | # include <stddef.h> | 239 | # include <stddef.h> |
240 | typedef size_t z_size_t; | 240 | typedef size_t z_size_t; |
241 | # endif | 241 | # endif |
242 | # ifdef NO_SSIZE_T | ||
243 | typedef NO_SSIZE_T z_ssize_t; | ||
244 | # else | ||
245 | # include <stddef.h> | ||
246 | # include <sys/types.h> | ||
247 | # ifdef _MSC_VER | ||
248 | typedef intptr_t z_ssize_t; | ||
249 | # else | ||
250 | typedef ssize_t z_ssize_t; | ||
251 | # endif | ||
252 | # endif | ||
253 | # undef z_longlong | 242 | # undef z_longlong |
254 | #endif | 243 | #endif |
255 | 244 | ||
@@ -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 | ||