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 <dlfcn.h> header file. */
11#undef HAVE_DLFCN_H
12
13/* Define to 1 if you have the <endian.h> header file. */
14#undef HAVE_ENDIAN_H
15
16/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
17#undef HAVE_FSEEKO
18
19/* Define to 1 if you have the `getopt' function. */
20#undef HAVE_GETOPT
21
22/* Define to 1 if you have the <getopt.h> header file. */
23#undef HAVE_GETOPT_H
24
25/* Define to 1 if you have the `getopt_long' function. */
26#undef HAVE_GETOPT_LONG
27
28/* Define to 1 if you have the <inttypes.h> header file. */
29#undef HAVE_INTTYPES_H
30
31/* Define to 1 if you have the `sigc-2.0' library (-lsigc-2.0). */
32#undef HAVE_LIBSIGC_2_0
33
34/* Define to 1 if you have the `stdc++' library (-lstdc++). */
35#undef HAVE_LIBSTDC__
36
37/* Define to 1 if you have the `memcpy' function. */
38#undef HAVE_MEMCPY
39
40/* Define to 1 if you have the <memory.h> header file. */
41#undef HAVE_MEMORY_H
42
43/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
44#undef HAVE_NDIR_H
45
46/* Define to 1 if stdbool.h conforms to C99. */
47#undef HAVE_STDBOOL_H
48
49/* Define to 1 if you have the <stdint.h> header file. */
50#undef HAVE_STDINT_H
51
52/* Define to 1 if you have the <stdio.h> header file. */
53#undef HAVE_STDIO_H
54
55/* Define to 1 if you have the <stdlib.h> header file. */
56#undef HAVE_STDLIB_H
57
58/* Define to 1 if you have the `strcasecmp' function. */
59#undef HAVE_STRCASECMP
60
61/* Define to 1 if you have the `strchr' function. */
62#undef HAVE_STRCHR
63
64/* Define to 1 if you have the `stricmp' function. */
65#undef HAVE_STRICMP
66
67/* Define to 1 if you have the <strings.h> header file. */
68#undef HAVE_STRINGS_H
69
70/* Define to 1 if you have the <string.h> header file. */
71#undef HAVE_STRING_H
72
73/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
74   */
75#undef HAVE_SYS_DIR_H
76
77/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
78   */
79#undef HAVE_SYS_NDIR_H
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#undef HAVE_SYS_STAT_H
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85#undef HAVE_SYS_TYPES_H
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#undef HAVE_UNISTD_H
89
90/* Define to 1 if the system has the type `_Bool'. */
91#undef HAVE__BOOL
92
93/* Define to the sub-directory in which libtool stores uninstalled libraries.
94   */
95#undef LT_OBJDIR
96
97/* Name of package */
98#undef PACKAGE
99
100/* Define to the address where bug reports for this package should be sent. */
101#undef PACKAGE_BUGREPORT
102
103/* Define to the full name of this package. */
104#undef PACKAGE_NAME
105
106/* Define to the full name and version of this package. */
107#undef PACKAGE_STRING
108
109/* Define to the one symbol short name of this package. */
110#undef PACKAGE_TARNAME
111
112/* Define to the home page for this package. */
113#undef PACKAGE_URL
114
115/* Define to the version of this package. */
116#undef PACKAGE_VERSION
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 WORDS_BIGENDIAN to 1 if your processor stores words with the most
125   significant byte first (like Motorola and SPARC, unlike Intel). */
126#if defined AC_APPLE_UNIVERSAL_BUILD
127# if defined __BIG_ENDIAN__
128#  define WORDS_BIGENDIAN 1
129# endif
130#else
131# ifndef WORDS_BIGENDIAN
132#  undef WORDS_BIGENDIAN
133# endif
134#endif
135
136/* Number of bits in a file offset, on hosts where this is settable. */
137#undef _FILE_OFFSET_BITS
138
139/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
140#undef _LARGEFILE_SOURCE
141
142/* Define for large files, on AIX-style hosts. */
143#undef _LARGE_FILES
144
145/* Define to empty if `const' does not conform to ANSI C. */
146#undef const
147
148/* Define to `__inline__' or `__inline' if that's what the C compiler
149   calls it, or to nothing if 'inline' is not supported under any name.  */
150#ifndef __cplusplus
151#undef inline
152#endif
153
154/* Define to `unsigned int' if <sys/types.h> does not define. */
155#undef size_t
156