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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7   systems. This function is required for `alloca.c' support on those systems.
8   */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Define to 1 if you have `alloca', as a function or macro. */
15#undef HAVE_ALLOCA
16
17/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18   */
19#undef HAVE_ALLOCA_H
20
21/* Define to 1 if you have the `btowc' function. */
22#undef HAVE_BTOWC
23
24/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
25   */
26#undef HAVE_DECL_GETENV
27
28/* Define to 1 if your system has a working POSIX `fnmatch' function. */
29#undef HAVE_FNMATCH
30
31/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
32#undef HAVE_FSEEKO
33
34/* Define to 1 if you have the <getopt.h> header file. */
35#undef HAVE_GETOPT_H
36
37/* Define to 1 if you have the `getopt_long' function. */
38#undef HAVE_GETOPT_LONG
39
40/* Define if you have the iconv() function and it works. */
41#undef HAVE_ICONV
42
43/* Define to 1 if you have the <inttypes.h> header file. */
44#undef HAVE_INTTYPES_H
45
46/* Define to 1 if you have the `mspack' library (-lmspack). */
47#undef HAVE_LIBMSPACK
48
49/* Define to 1 if you have the `mbsrtowcs' function. */
50#undef HAVE_MBSRTOWCS
51
52/* Define to 1 if <wchar.h> declares mbstate_t. */
53#undef HAVE_MBSTATE_T
54
55/* Define to 1 if you have the <memory.h> header file. */
56#undef HAVE_MEMORY_H
57
58/* Define to 1 if you have the `mempcpy' function. */
59#undef HAVE_MEMPCPY
60
61/* Define to 1 if you have the `mkdir' function. */
62#undef HAVE_MKDIR
63
64/* Define to 1 if you have the <stdint.h> header file. */
65#undef HAVE_STDINT_H
66
67/* Define to 1 if you have the <stdlib.h> header file. */
68#undef HAVE_STDLIB_H
69
70/* Define to 1 if you have the <strings.h> header file. */
71#undef HAVE_STRINGS_H
72
73/* Define to 1 if you have the <string.h> header file. */
74#undef HAVE_STRING_H
75
76/* Define to 1 if you have the <sys/stat.h> header file. */
77#undef HAVE_SYS_STAT_H
78
79/* Define to 1 if you have the <sys/types.h> header file. */
80#undef HAVE_SYS_TYPES_H
81
82/* Define to 1 if you have the `towlower' function. */
83#undef HAVE_TOWLOWER
84
85/* Define to 1 if you have the `umask' function. */
86#undef HAVE_UMASK
87
88/* Define to 1 if you have the <unistd.h> header file. */
89#undef HAVE_UNISTD_H
90
91/* Define to 1 if you have the `utime' function. */
92#undef HAVE_UTIME
93
94/* Define to 1 if you have the `utimes' function. */
95#undef HAVE_UTIMES
96
97/* Define to 1 if you have the <wchar.h> header file. */
98#undef HAVE_WCHAR_H
99
100/* Define to 1 if you have the <wctype.h> header file. */
101#undef HAVE_WCTYPE_H
102
103/* Define to 1 if you have the `wmempcpy' function. */
104#undef HAVE_WMEMPCPY
105
106/* Define to 1 if you have the `_mkdir' function. */
107#undef HAVE__MKDIR
108
109/* Define as const if the declaration of iconv() needs const. */
110#undef ICONV_CONST
111
112/* Define if mkdir takes only one argument. */
113#undef MKDIR_TAKES_ONE_ARG
114
115/* Name of package */
116#undef PACKAGE
117
118/* Define to the address where bug reports for this package should be sent. */
119#undef PACKAGE_BUGREPORT
120
121/* Define to the full name of this package. */
122#undef PACKAGE_NAME
123
124/* Define to the full name and version of this package. */
125#undef PACKAGE_STRING
126
127/* Define to the one symbol short name of this package. */
128#undef PACKAGE_TARNAME
129
130/* Define to the home page for this package. */
131#undef PACKAGE_URL
132
133/* Define to the version of this package. */
134#undef PACKAGE_VERSION
135
136/* The size of `off_t', as computed by sizeof. */
137#undef SIZEOF_OFF_T
138
139/* If using the C implementation of alloca, define if you know the
140   direction of stack growth for your system; otherwise it will be
141   automatically deduced at runtime.
142	STACK_DIRECTION > 0 => grows toward higher addresses
143	STACK_DIRECTION < 0 => grows toward lower addresses
144	STACK_DIRECTION = 0 => direction of growth unknown */
145#undef STACK_DIRECTION
146
147/* Define to 1 if you have the ANSI C header files. */
148#undef STDC_HEADERS
149
150/* Version number of package */
151#undef VERSION
152
153/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
154   significant byte first (like Motorola and SPARC, unlike Intel). */
155#if defined AC_APPLE_UNIVERSAL_BUILD
156# if defined __BIG_ENDIAN__
157#  define WORDS_BIGENDIAN 1
158# endif
159#else
160# ifndef WORDS_BIGENDIAN
161#  undef WORDS_BIGENDIAN
162# endif
163#endif
164
165/* Enable large inode numbers on Mac OS X 10.5.  */
166#ifndef _DARWIN_USE_64_BIT_INODE
167# define _DARWIN_USE_64_BIT_INODE 1
168#endif
169
170/* Number of bits in a file offset, on hosts where this is settable. */
171#undef _FILE_OFFSET_BITS
172
173/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
174#undef _LARGEFILE_SOURCE
175
176/* Define for large files, on AIX-style hosts. */
177#undef _LARGE_FILES
178
179/* Define to empty if `const' does not conform to ANSI C. */
180#undef const
181
182/* Define to rpl_fnmatch if the replacement function should be used. */
183#undef fnmatch
184
185/* Define to `__inline__' or `__inline' if that's what the C compiler
186   calls it, or to nothing if 'inline' is not supported under any name.  */
187#ifndef __cplusplus
188#undef inline
189#endif
190
191/* Define to a type if <wchar.h> does not define. */
192#undef mbstate_t
193
194/* Define to `int' if <sys/types.h> does not define. */
195#undef mode_t
196
197/* Define to `long int' if <sys/types.h> does not define. */
198#undef off_t
199
200/* Define to `unsigned int' if <sys/types.h> does not define. */
201#undef size_t
202