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