1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
11 /* Define to 1 if translation of program messages to the user's native
12 language is requested. */
15 /* Define to 1 if you have the `acosf' function. */
18 /* Define to 1 if you have `alloca', as a function or macro. */
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25 /* Define to 1 if you have the <argz.h> header file. */
28 /* Define to 1 if you have the `atan2f' function. */
31 /* Define to 1 if you have the `ceilf' function. */
34 /* Define to 1 if you have the `cosf' function. */
37 /* Define if the GNU dcgettext() function is already present or preinstalled.
41 /* Define to 1 if you have the `fabsf' function. */
44 /* Define to 1 if you have the `feof_unlocked' function. */
45 #undef HAVE_FEOF_UNLOCKED
47 /* Define to 1 if you have the `fgets_unlocked' function. */
48 #undef HAVE_FGETS_UNLOCKED
50 /* Define to 1 if you have the `fmodf' function. */
53 /* Define to 1 if you have the `ftello' function. */
56 /* Define to 1 if you have the `getcwd' function. */
59 /* Define to 1 if you have the `getc_unlocked' function. */
60 #undef HAVE_GETC_UNLOCKED
62 /* Define to 1 if you have the `getdelim' function. */
65 /* Define to 1 if you have the `getegid' function. */
68 /* Define to 1 if you have the `geteuid' function. */
71 /* Define to 1 if you have the `getgid' function. */
74 /* Define to 1 if you have the `getopt_long' function. */
75 #undef HAVE_GETOPT_LONG
77 /* Define to 1 if you have the `getpagesize' function. */
78 #undef HAVE_GETPAGESIZE
80 /* Define if the GNU gettext() function is already present or preinstalled. */
83 /* Define to 1 if you have the `getuid' function. */
86 /* Define to 1 if you have the `hypot' function. */
89 /* Define to 1 if you have the `hypotf' function. */
92 /* Define if you have the iconv() function. */
95 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
96 #undef HAVE_INTTYPES_H
98 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
99 declares uintmax_t. */
100 #undef HAVE_INTTYPES_H_WITH_UINTMAX
102 /* ISO C99 varargs macros in C */
103 #undef HAVE_ISO_C_VARARGS
105 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
106 #undef HAVE_LANGINFO_CODESET
108 /* Define if your <locale.h> file defines LC_MESSAGES. */
109 #undef HAVE_LC_MESSAGES
111 /* Define to 1 if you have the <limits.h> header file. */
114 /* Define to 1 if you have the <locale.h> header file. */
117 /* Define to 1 if you have the <malloc.h> header file. */
120 /* Define to 1 if you have the <memory.h> header file. */
123 /* Define to 1 if you have the `mempcpy' function. */
126 /* Define to 1 if you have a working `mmap' system call. */
129 /* Define to 1 if you have the `munmap' function. */
132 /* Define to 1 if you have the <nl_types.h> header file. */
133 #undef HAVE_NL_TYPES_H
135 /* Define to 1 if you have the `powf' function. */
138 /* Define to 1 if you have the `putenv' function. */
141 /* Define to 1 if you have the `setenv' function. */
144 /* Define to 1 if you have the `setlocale' function. */
145 #undef HAVE_SETLOCALE
147 /* Define to 1 if you have the `sinf' function. */
150 /* Define to 1 if you have the `sqrtf' function. */
153 /* Define to 1 if you have the <stddef.h> header file. */
156 /* Define to 1 if you have the <stdint.h> header file. */
159 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
161 #undef HAVE_STDINT_H_WITH_UINTMAX
163 /* Define to 1 if you have the <stdlib.h> header file. */
166 /* Define to 1 if you have the `stpcpy' function. */
169 /* Define to 1 if you have the `strcasecmp' function. */
170 #undef HAVE_STRCASECMP
172 /* Define to 1 if you have the `strdup' function. */
175 /* Define to 1 if you have the <strings.h> header file. */
176 #undef HAVE_STRINGS_H
178 /* Define to 1 if you have the <string.h> header file. */
181 /* Define to 1 if you have the `strtoul' function. */
184 /* Define to 1 if you have the <sys/param.h> header file. */
185 #undef HAVE_SYS_PARAM_H
187 /* Define to 1 if you have the <sys/stat.h> header file. */
188 #undef HAVE_SYS_STAT_H
190 /* Define to 1 if you have the <sys/types.h> header file. */
191 #undef HAVE_SYS_TYPES_H
193 /* Define to 1 if you have the `tsearch' function. */
196 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
197 #undef HAVE_UINTMAX_T
199 /* Define to 1 if you have the <unistd.h> header file. */
202 /* Define if you have the unsigned long long type. */
203 #undef HAVE_UNSIGNED_LONG_LONG
205 /* Define to 1 if you have the `__argz_count' function. */
206 #undef HAVE___ARGZ_COUNT
208 /* Define to 1 if you have the `__argz_next' function. */
209 #undef HAVE___ARGZ_NEXT
211 /* Define to 1 if you have the `__argz_stringify' function. */
212 #undef HAVE___ARGZ_STRINGIFY
214 /* Define to 1 if you have the `__fsetlocking' function. */
215 #undef HAVE___FSETLOCKING
217 /* Define as const if the declaration of iconv() needs const. */
220 /* Define if integer division by zero raises signal SIGFPE. */
221 #undef INTDIV0_RAISES_SIGFPE
223 /* Name of package */
226 /* Define to the address where bug reports for this package should be sent. */
227 #undef PACKAGE_BUGREPORT
229 /* Define to the full name of this package. */
232 /* Define to the full name and version of this package. */
233 #undef PACKAGE_STRING
235 /* Define to the one symbol short name of this package. */
236 #undef PACKAGE_TARNAME
238 /* Define to the version of this package. */
239 #undef PACKAGE_VERSION
241 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
242 #undef PRI_MACROS_BROKEN
244 /* If using the C implementation of alloca, define if you know the
245 direction of stack growth for your system; otherwise it will be
246 automatically deduced at run-time.
247 STACK_DIRECTION > 0 => grows toward higher addresses
248 STACK_DIRECTION < 0 => grows toward lower addresses
249 STACK_DIRECTION = 0 => direction of growth unknown */
250 #undef STACK_DIRECTION
252 /* Define to 1 if you have the ANSI C header files. */
255 /* Version number of package */
258 /* Define to 1 if the X Window System is missing or not being used. */
259 #undef X_DISPLAY_MISSING
261 /* Number of bits in a file offset, on hosts where this is settable. */
262 #undef _FILE_OFFSET_BITS
264 /* Define for large files, on AIX-style hosts. */
267 /* Define to empty if `const' does not conform to ANSI C. */
270 /* Define to `__inline__' or `__inline' if that's what the C compiler
271 calls it, or to nothing if 'inline' is not supported under any name. */
276 /* Define to `long' if <sys/types.h> does not define. */
279 /* Define to `unsigned' if <sys/types.h> does not define. */
282 /* Define to unsigned long or unsigned long long if <stdint.h> and
283 <inttypes.h> don't define. */