]> granicus.if.org Git - zziplib/blob - config.h.in
zzip64 helpers
[zziplib] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <byteswap.h> header file. */
4 #undef HAVE_BYTESWAP_H
5
6 /* Define to 1 if you have the <direct.h> header file. */
7 #undef HAVE_DIRECT_H
8
9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10    */
11 #undef HAVE_DIRENT_H
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #undef HAVE_DLFCN_H
15
16 /* Define to 1 if you have the <fnmatch.h> header file. */
17 #undef HAVE_FNMATCH_H
18
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #undef HAVE_INTTYPES_H
21
22 /* Define to 1 if you have the <io.h> header file. */
23 #undef HAVE_IO_H
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
29 #undef HAVE_NDIR_H
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the `strcasecmp' function. */
38 #undef HAVE_STRCASECMP
39
40 /* Define to 1 if you have the <strings.h> header file. */
41 #undef HAVE_STRINGS_H
42
43 /* Define to 1 if you have the <string.h> header file. */
44 #undef HAVE_STRING_H
45
46 /* Define to 1 if you have the `strndup' function. */
47 #undef HAVE_STRNDUP
48
49 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
50    */
51 #undef HAVE_SYS_DIR_H
52
53 /* Define to 1 if you have the <sys/int_types.h> header file. */
54 #undef HAVE_SYS_INT_TYPES_H
55
56 /* Define to 1 if you have the <sys/mman.h> header file. */
57 #undef HAVE_SYS_MMAN_H
58
59 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
60    */
61 #undef HAVE_SYS_NDIR_H
62
63 /* Define to 1 if you have the <sys/param.h> header file. */
64 #undef HAVE_SYS_PARAM_H
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* Define to 1 if you have the <winbase.h> header file. */
76 #undef HAVE_WINBASE_H
77
78 /* Define to 1 if you have the <windows.h> header file. */
79 #undef HAVE_WINDOWS_H
80
81 /* Define to 1 if you have the <winnt.h> header file. */
82 #undef HAVE_WINNT_H
83
84 /* Define to 1 if you have the <zlib.h> header file. */
85 #undef HAVE_ZLIB_H
86
87 /* whether the system defaults to 32bit off_t but can do 64bit when requested
88    */
89 #undef LARGEFILE_SENSITIVE
90
91 /* Name of package */
92 #undef PACKAGE
93
94 /* Define to the address where bug reports for this package should be sent. */
95 #undef PACKAGE_BUGREPORT
96
97 /* Define to the full name of this package. */
98 #undef PACKAGE_NAME
99
100 /* Define to the full name and version of this package. */
101 #undef PACKAGE_STRING
102
103 /* Define to the one symbol short name of this package. */
104 #undef PACKAGE_TARNAME
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* The number of bytes in type int */
110 #undef SIZEOF_INT
111
112 /* The number of bytes in type long */
113 #undef SIZEOF_LONG
114
115 /* The number of bytes in type short */
116 #undef SIZEOF_SHORT
117
118 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS
120
121 /* Version number of package */
122 #undef VERSION
123
124 /* Define to 1 if your processor stores words with the most significant byte
125    first (like Motorola and SPARC, unlike Intel and VAX). */
126 #undef WORDS_BIGENDIAN
127
128 /* Number of bits in a file offset, on hosts where this is settable. */
129 #undef _FILE_OFFSET_BITS
130
131 /* Define for large files, on AIX-style hosts. */
132 #undef _LARGE_FILES
133
134 /* Define to empty if `const' does not conform to ANSI C. */
135 #undef const
136
137 /* Define to `__inline__' or `__inline' if that's what the C compiler
138    calls it, or to nothing if 'inline' is not supported under any name.  */
139 #ifndef __cplusplus
140 #undef inline
141 #endif
142
143 /* Define to `_zzip_off_t' if <sys/types.h> does not define. */
144 #undef off64_t
145
146 /* Define to `long' if <sys/types.h> does not define. */
147 #undef off_t
148
149 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
150    supported. Do not define if restrict is supported directly. */
151 #undef restrict
152
153 /* Define to `unsigned' if <sys/types.h> does not define. */
154 #undef size_t
155
156 /* Define to `int' if <sys/types.h> does not define. */
157 #undef ssize_t