]> granicus.if.org Git - zziplib/blob - config.h.in
do not run perror in lib-code, just make debug diagnostics
[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 <sys/dir.h> header file, and it defines `DIR'.
56    */
57 #undef HAVE_SYS_DIR_H
58
59 /* Define to 1 if you have the <sys/int_types.h> header file. */
60 #undef HAVE_SYS_INT_TYPES_H
61
62 /* Define to 1 if you have the <sys/mman.h> header file. */
63 #undef HAVE_SYS_MMAN_H
64
65 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
66    */
67 #undef HAVE_SYS_NDIR_H
68
69 /* Define to 1 if you have the <sys/param.h> header file. */
70 #undef HAVE_SYS_PARAM_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #undef HAVE_SYS_TYPES_H
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
80
81 /* Define to 1 if you have the <winbase.h> header file. */
82 #undef HAVE_WINBASE_H
83
84 /* Define to 1 if you have the <windows.h> header file. */
85 #undef HAVE_WINDOWS_H
86
87 /* Define to 1 if you have the <winnt.h> header file. */
88 #undef HAVE_WINNT_H
89
90 /* Define to 1 if you have the <zlib.h> header file. */
91 #undef HAVE_ZLIB_H
92
93 /* whether the system defaults to 32bit off_t but can do 64bit when requested
94    */
95 #undef LARGEFILE_SENSITIVE
96
97 /* Define to the sub-directory in which libtool stores uninstalled libraries.
98    */
99 #undef LT_OBJDIR
100
101 /* Name of package */
102 #undef PACKAGE
103
104 /* Define to the address where bug reports for this package should be sent. */
105 #undef PACKAGE_BUGREPORT
106
107 /* Define to the full name of this package. */
108 #undef PACKAGE_NAME
109
110 /* Define to the full name and version of this package. */
111 #undef PACKAGE_STRING
112
113 /* Define to the one symbol short name of this package. */
114 #undef PACKAGE_TARNAME
115
116 /* Define to the home page for this package. */
117 #undef PACKAGE_URL
118
119 /* Define to the version of this package. */
120 #undef PACKAGE_VERSION
121
122 /* The number of bytes in type int */
123 #undef SIZEOF_INT
124
125 /* The number of bytes in type long */
126 #undef SIZEOF_LONG
127
128 /* The number of bytes in type short */
129 #undef SIZEOF_SHORT
130
131 /* Define to 1 if you have the ANSI C header files. */
132 #undef STDC_HEADERS
133
134 /* Version number of package */
135 #undef VERSION
136
137 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
138    significant byte first (like Motorola and SPARC, unlike Intel). */
139 #if defined AC_APPLE_UNIVERSAL_BUILD
140 # if defined __BIG_ENDIAN__
141 #  define WORDS_BIGENDIAN 1
142 # endif
143 #else
144 # ifndef WORDS_BIGENDIAN
145 #  undef WORDS_BIGENDIAN
146 # endif
147 #endif
148
149 /* Enable large inode numbers on Mac OS X 10.5.  */
150 #ifndef _DARWIN_USE_64_BIT_INODE
151 # define _DARWIN_USE_64_BIT_INODE 1
152 #endif
153
154 /* Number of bits in a file offset, on hosts where this is settable. */
155 #undef _FILE_OFFSET_BITS
156
157 /* Define for large files, on AIX-style hosts. */
158 #undef _LARGE_FILES
159
160 /* Define to `long long' if <sys/types.h> does not define. */
161 #undef __int64
162
163 /* Define to empty if `const' does not conform to ANSI C. */
164 #undef const
165
166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167    calls it, or to nothing if 'inline' is not supported under any name.  */
168 #ifndef __cplusplus
169 #undef inline
170 #endif
171
172 /* Define to `_zzip_off_t' if <sys/types.h> does not define. */
173 #undef off64_t
174
175 /* Define to `long int' if <sys/types.h> does not define. */
176 #undef off_t
177
178 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
179    supported. Do not define if restrict is supported directly. */
180 #undef restrict
181
182 /* Define to `unsigned int' if <sys/types.h> does not define. */
183 #undef size_t
184
185 /* Define to `int' if <sys/types.h> does not define. */
186 #undef ssize_t