diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:08 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:08 -0700 |
commit | 7df877eccdd826e94df53215f65dee639428e83f (patch) | |
tree | 11ed5070798961e28a4c69d9272ecaada500abc3 /zlibdefs.h.cmakein | |
parent | dc5a43ebfadb6b775f6e64bfeb5a461c66acb394 (diff) | |
download | zlib-7df877eccdd826e94df53215f65dee639428e83f.tar.gz zlib-7df877eccdd826e94df53215f65dee639428e83f.tar.bz2 zlib-7df877eccdd826e94df53215f65dee639428e83f.zip |
zlib 1.2.3.7v1.2.3.7
Diffstat (limited to '')
-rw-r--r-- | zlibdefs.h.cmakein | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/zlibdefs.h.cmakein b/zlibdefs.h.cmakein deleted file mode 100644 index 418bb6b..0000000 --- a/zlibdefs.h.cmakein +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | /* zlibdefs.h -- compile-time definitions for the zlib compression library | ||
2 | * Copyright (C) 1995-2006 Jean-loup Gailly. | ||
3 | * For conditions of distribution and use, see copyright notice in zlib.h | ||
4 | */ | ||
5 | |||
6 | #cmakedefine HAVE_UNISTD_H | ||
7 | #ifdef HAVE_UNISTD_H | ||
8 | #include <sys/types.h> /* for off_t */ | ||
9 | #include <unistd.h> /* for SEEK_* and off_t */ | ||
10 | #ifdef VMS | ||
11 | # include <unixio.h> /* for off_t */ | ||
12 | #endif | ||
13 | #ifndef z_off_t | ||
14 | # define z_off_t off_t | ||
15 | #endif | ||
16 | #endif | ||