1 /* config.in. Generated from configure.in 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 NLS is requested */
14 /* Suffix used for executables, if any. */
15 #undef EXECUTABLE_SUFFIX
17 /* Define to 1 if you have `alloca', as a function or macro. */
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24 /* Define to 1 if you have the <argz.h> header file. */
27 /* Define to 1 if you have the `dcgettext' function. */
30 /* Define to 1 if you have the declaration of `environ', and to 0 if you
32 #undef HAVE_DECL_ENVIRON
34 /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
36 #undef HAVE_DECL_FPRINTF
38 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
40 #undef HAVE_DECL_GETC_UNLOCKED
42 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
44 #undef HAVE_DECL_GETENV
46 /* Is the prototype for getopt in <unistd.h> in the expected format? */
47 #undef HAVE_DECL_GETOPT
49 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
53 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
55 #undef HAVE_DECL_STPCPY
57 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
59 #undef HAVE_DECL_STRSTR
61 /* Does the platform use an executable suffix? */
62 #undef HAVE_EXECUTABLE_SUFFIX
64 /* Define to 1 if you have the <fcntl.h> header file. */
67 /* Is fopen64 available? */
70 /* Define to 1 if you have the `getcwd' function. */
73 /* Define to 1 if you have the `getc_unlocked' function. */
74 #undef HAVE_GETC_UNLOCKED
76 /* Define to 1 if you have the `getpagesize' function. */
77 #undef HAVE_GETPAGESIZE
79 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
82 /* Does <utime.h> define struct utimbuf? */
83 #undef HAVE_GOOD_UTIME_H
85 /* Define to 1 if you have the <inttypes.h> header file. */
86 #undef HAVE_INTTYPES_H
88 /* Define if your locale.h file contains LC_MESSAGES. */
89 #undef HAVE_LC_MESSAGES
91 /* Define to 1 if you have the <limits.h> header file. */
94 /* Define to 1 if you have the <locale.h> header file. */
97 /* Define to 1 if you have the <malloc.h> header file. */
100 /* Define to 1 if you have the <memory.h> header file. */
103 /* Define to 1 if you have a working `mmap' system call. */
106 /* Define to 1 if you have the `munmap' function. */
109 /* Define to 1 if you have the <nl_types.h> header file. */
110 #undef HAVE_NL_TYPES_H
112 /* Define to 1 if you have the `putenv' function. */
115 /* Define to 1 if you have the `sbrk' function. */
118 /* Define to 1 if you have the `setenv' function. */
121 /* Define to 1 if you have the `setlocale' function. */
122 #undef HAVE_SETLOCALE
124 /* Define to 1 if you have the `setmode' function. */
127 /* Is stat64 available? */
130 /* Define to 1 if you have the <stdint.h> header file. */
133 /* Define to 1 if you have the <stdlib.h> header file. */
136 /* Define if you have the stpcpy function */
139 /* Define to 1 if you have the `strcasecmp' function. */
140 #undef HAVE_STRCASECMP
142 /* Define to 1 if you have the `strchr' function. */
145 /* Define to 1 if you have the `strcoll' function. */
148 /* Define to 1 if you have the <strings.h> header file. */
149 #undef HAVE_STRINGS_H
151 /* Define to 1 if you have the <string.h> header file. */
154 /* Define to 1 if you have the <sys/file.h> header file. */
155 #undef HAVE_SYS_FILE_H
157 /* Define to 1 if you have the <sys/param.h> header file. */
158 #undef HAVE_SYS_PARAM_H
160 /* Define to 1 if you have the <sys/stat.h> header file. */
161 #undef HAVE_SYS_STAT_H
163 /* Define to 1 if you have the <sys/types.h> header file. */
164 #undef HAVE_SYS_TYPES_H
166 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
167 #undef HAVE_SYS_WAIT_H
169 /* Is the type time_t defined in <time.h>? */
170 #undef HAVE_TIME_T_IN_TIME_H
172 /* Is the type time_t defined in <sys/types.h>? */
173 #undef HAVE_TIME_T_IN_TYPES_H
175 /* Define to 1 if you have the <unistd.h> header file. */
178 /* Define to 1 if you have the `utimes' function. */
181 /* Define to 1 if you have the <values.h> header file. */
184 /* Define to 1 if you have the `__argz_count' function. */
185 #undef HAVE___ARGZ_COUNT
187 /* Define to 1 if you have the `__argz_next' function. */
188 #undef HAVE___ARGZ_NEXT
190 /* Define to 1 if you have the `__argz_stringify' function. */
191 #undef HAVE___ARGZ_STRINGIFY
193 /* Name of package */
196 /* Define to the address where bug reports for this package should be sent. */
197 #undef PACKAGE_BUGREPORT
199 /* Define to the full name of this package. */
202 /* Define to the full name and version of this package. */
203 #undef PACKAGE_STRING
205 /* Define to the one symbol short name of this package. */
206 #undef PACKAGE_TARNAME
208 /* Define to the version of this package. */
209 #undef PACKAGE_VERSION
211 /* If using the C implementation of alloca, define if you know the
212 direction of stack growth for your system; otherwise it will be
213 automatically deduced at run-time.
214 STACK_DIRECTION > 0 => grows toward higher addresses
215 STACK_DIRECTION < 0 => grows toward lower addresses
216 STACK_DIRECTION = 0 => direction of growth unknown */
217 #undef STACK_DIRECTION
219 /* Define to 1 if you have the ANSI C header files. */
222 /* Configured target name. */
225 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
226 #undef TARGET_PREPENDS_UNDERSCORE
228 /* Use b modifier when opening binary files? */
229 #undef USE_BINARY_FOPEN
231 /* Version number of package */
234 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
236 #undef YYTEXT_POINTER
238 /* Enable GNU extensions on systems that have them. */
244 #undef _LARGEFILE64_SOURCE
246 /* Define to empty if `const' does not conform to ANSI C. */
249 /* Define to `__inline__' or `__inline' if that's what the C compiler
250 calls it, or to nothing if 'inline' is not supported under any name. */
255 /* Define to `long' if <sys/types.h> does not define. */
258 /* Define to `unsigned' if <sys/types.h> does not define. */