]> git.lizzy.rs Git - zlib.git/blobdiff - zconf.h.in
Avoid the need for ssize_t.
[zlib.git] / zconf.h.in
index f6481d1552b53e9f9a628f64b2f84284c0d13e46..dc7209a2a73a7ebca147642b6f07a7f59384f7a9 100644 (file)
 #    include <stddef.h>
      typedef size_t z_size_t;
 #  endif
-#  ifdef NO_SSIZE_T
-     typedef NO_SSIZE_T z_ssize_t;
-#  else
-#    include <stddef.h>
-#    include <sys/types.h>
-#    ifdef _MSC_VER
-       typedef intptr_t z_ssize_t;
-#    else
-       typedef ssize_t z_ssize_t;
-#    endif
-#  endif
 #  undef z_longlong
 #endif