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 to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7   */
8#undef HAVE_DIRENT_H
9
10/* Define to 1 if you have the <endian.h> header file. */
11#undef HAVE_ENDIAN_H
12
13/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
14#undef HAVE_FSEEKO
15
16/* Define to 1 if you have the `getopt' function. */
17#undef HAVE_GETOPT
18
19/* Define to 1 if you have the <getopt.h> header file. */
20#undef HAVE_GETOPT_H
21
22/* Define to 1 if you have the `getopt_long' function. */
23#undef HAVE_GETOPT_LONG
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 <limits.h> header file. */
29#undef HAVE_LIMITS_H
30
31/* Define to 1 if you have the `memcpy' function. */
32#undef HAVE_MEMCPY
33
34/* Define to 1 if you have the <memory.h> header file. */
35#undef HAVE_MEMORY_H
36
37/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
38#undef HAVE_NDIR_H
39
40/* Define to 1 if stdbool.h conforms to C99. */
41#undef HAVE_STDBOOL_H
42
43/* Define to 1 if you have the <stdint.h> header file. */
44#undef HAVE_STDINT_H
45
46/* Define to 1 if you have the <stdio.h> header file. */
47#undef HAVE_STDIO_H
48
49/* Define to 1 if you have the <stdlib.h> header file. */
50#undef HAVE_STDLIB_H
51
52/* Define to 1 if you have the `strcasecmp' function. */
53#undef HAVE_STRCASECMP
54
55/* Define to 1 if you have the `strchr' function. */
56#undef HAVE_STRCHR
57
58/* Define to 1 if you have the `stricmp' function. */
59#undef HAVE_STRICMP
60
61/* Define to 1 if you have the <strings.h> header file. */
62#undef HAVE_STRINGS_H
63
64/* Define to 1 if you have the <string.h> header file. */
65#undef HAVE_STRING_H
66
67/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
68   */
69#undef HAVE_SYS_DIR_H
70
71/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
72   */
73#undef HAVE_SYS_NDIR_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 the system has the type `_Bool'. */
85#undef HAVE__BOOL
86
87/* Name of package */
88#undef PACKAGE
89
90/* Define to the address where bug reports for this package should be sent. */
91#undef PACKAGE_BUGREPORT
92
93/* Define to the full name of this package. */
94#undef PACKAGE_NAME
95
96/* Define to the full name and version of this package. */
97#undef PACKAGE_STRING
98
99/* Define to the one symbol short name of this package. */
100#undef PACKAGE_TARNAME
101
102/* Define to the home page for this package. */
103#undef PACKAGE_URL
104
105/* Define to the version of this package. */
106#undef PACKAGE_VERSION
107
108/* Define to 1 if you have the ANSI C header files. */
109#undef STDC_HEADERS
110
111/* Version number of package */
112#undef VERSION
113
114/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
115   significant byte first (like Motorola and SPARC, unlike Intel). */
116#if defined AC_APPLE_UNIVERSAL_BUILD
117# if defined __BIG_ENDIAN__
118#  define WORDS_BIGENDIAN 1
119# endif
120#else
121# ifndef WORDS_BIGENDIAN
122#  undef WORDS_BIGENDIAN
123# endif
124#endif
125
126/* Enable large inode numbers on Mac OS X 10.5.  */
127#ifndef _DARWIN_USE_64_BIT_INODE
128# define _DARWIN_USE_64_BIT_INODE 1
129#endif
130
131/* Number of bits in a file offset, on hosts where this is settable. */
132#undef _FILE_OFFSET_BITS
133
134/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
135#undef _LARGEFILE_SOURCE
136
137/* Define for large files, on AIX-style hosts. */
138#undef _LARGE_FILES
139
140/* Define to empty if `const' does not conform to ANSI C. */
141#undef const
142
143/* Define to `__inline__' or `__inline' if that's what the C compiler
144   calls it, or to nothing if 'inline' is not supported under any name.  */
145#ifndef __cplusplus
146#undef inline
147#endif
148
149/* Define to `unsigned int' if <sys/types.h> does not define. */
150#undef size_t
151