beta-0.89.2
[luatex.git] / source / libs / zziplib / zziplib-0.13.62 / config.h.in
blob1b66813f2d8c9af21146e11335d5547e4ccd648f
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* Define if pointers to integers require aligned access */
7 #undef HAVE_ALIGNED_ACCESS_REQUIRED
9 /* Define to 1 if you have the <byteswap.h> header file. */
10 #undef HAVE_BYTESWAP_H
12 /* Define to 1 if you have the <direct.h> header file. */
13 #undef HAVE_DIRECT_H
15 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17 #undef HAVE_DIRENT_H
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H
22 /* Define to 1 if you have the <fnmatch.h> header file. */
23 #undef HAVE_FNMATCH_H
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
28 /* Define to 1 if you have the <io.h> header file. */
29 #undef HAVE_IO_H
31 /* Define to 1 if you have the <memory.h> header file. */
32 #undef HAVE_MEMORY_H
34 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
35 #undef HAVE_NDIR_H
37 /* Define to 1 if you have the <stdint.h> header file. */
38 #undef HAVE_STDINT_H
40 /* Define to 1 if you have the <stdlib.h> header file. */
41 #undef HAVE_STDLIB_H
43 /* Define to 1 if you have the `strcasecmp' function. */
44 #undef HAVE_STRCASECMP
46 /* Define to 1 if you have the <strings.h> header file. */
47 #undef HAVE_STRINGS_H
49 /* Define to 1 if you have the <string.h> header file. */
50 #undef HAVE_STRING_H
52 /* Define to 1 if you have the `strndup' function. */
53 #undef HAVE_STRNDUP
55 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
57 #undef HAVE_SYS_DIR_H
59 /* Define to 1 if you have the <sys/int_types.h> header file. */
60 #undef HAVE_SYS_INT_TYPES_H
62 /* Define to 1 if you have the <sys/mman.h> header file. */
63 #undef HAVE_SYS_MMAN_H
65 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
67 #undef HAVE_SYS_NDIR_H
69 /* Define to 1 if you have the <sys/param.h> header file. */
70 #undef HAVE_SYS_PARAM_H
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #undef HAVE_SYS_TYPES_H
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
81 /* Define to 1 if you have the <winbase.h> header file. */
82 #undef HAVE_WINBASE_H
84 /* Define to 1 if you have the <windows.h> header file. */
85 #undef HAVE_WINDOWS_H
87 /* Define to 1 if you have the <winnt.h> header file. */
88 #undef HAVE_WINNT_H
90 /* Define to 1 if you have the <zlib.h> header file. */
91 #undef HAVE_ZLIB_H
93 /* whether the system defaults to 32bit off_t but can do 64bit when requested
95 #undef LARGEFILE_SENSITIVE
97 /* Define to the sub-directory in which libtool stores uninstalled libraries.
99 #undef LT_OBJDIR
101 /* Name of package */
102 #undef PACKAGE
104 /* Define to the address where bug reports for this package should be sent. */
105 #undef PACKAGE_BUGREPORT
107 /* Define to the full name of this package. */
108 #undef PACKAGE_NAME
110 /* Define to the full name and version of this package. */
111 #undef PACKAGE_STRING
113 /* Define to the one symbol short name of this package. */
114 #undef PACKAGE_TARNAME
116 /* Define to the home page for this package. */
117 #undef PACKAGE_URL
119 /* Define to the version of this package. */
120 #undef PACKAGE_VERSION
122 /* The number of bytes in type int */
123 #undef SIZEOF_INT
125 /* The number of bytes in type long */
126 #undef SIZEOF_LONG
128 /* The number of bytes in type short */
129 #undef SIZEOF_SHORT
131 /* Define to 1 if you have the ANSI C header files. */
132 #undef STDC_HEADERS
134 /* Version number of package */
135 #undef VERSION
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
149 /* Number of bits in a file offset, on hosts where this is settable. */
150 #undef _FILE_OFFSET_BITS
152 /* Define for large files, on AIX-style hosts. */
153 #undef _LARGE_FILES
155 /* Define to `long long' if <sys/types.h> does not define. */
156 #undef __int64
158 /* Define to empty if `const' does not conform to ANSI C. */
159 #undef const
161 /* Define to `__inline__' or `__inline' if that's what the C compiler
162 calls it, or to nothing if 'inline' is not supported under any name. */
163 #ifndef __cplusplus
164 #undef inline
165 #endif
167 /* Define to `_zzip_off_t' if <sys/types.h> does not define. */
168 #undef off64_t
170 /* Define to `long int' if <sys/types.h> does not define. */
171 #undef off_t
173 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
174 supported. Do not define if restrict is supported directly. */
175 #undef restrict
177 /* Define to `unsigned int' if <sys/types.h> does not define. */
178 #undef size_t
180 /* Define to `int' if <sys/types.h> does not define. */
181 #undef ssize_t