1 /* config.hin. Generated from configure.ac by autoheader. */
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
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.
9 #undef CRAY_STACKSEG_END
11 /* Define to 1 if using `alloca.c'. */
14 /* Name of "diff" program, unless overridden. */
15 #undef DEFAULT_DIFF_PROGRAM
17 /* Name of editor program, unless overridden. */
18 #undef DEFAULT_EDITOR_PROGRAM
20 /* Define to 1 if translation of program messages to the user's native
21 language is requested. */
24 /* Define on systems for which file names may have a so-called `drive letter'
25 prefix, define this to compute the length of that prefix, including the
27 #undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
29 /* Define if the backslash character may also serve as a file name component
31 #undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
33 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
34 # define FILESYSTEM_PREFIX_LEN(Filename) \
35 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
37 # define FILESYSTEM_PREFIX_LEN(Filename) 0
40 /* Define to 1 if you have `alloca', as a function or macro. */
43 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
47 /* Define to 1 if you have the `bcopy' function. */
50 /* Define to 1 if you have the `btowc' function. */
53 /* Define to 1 if you have the `bzero' function. */
56 /* Define to 1 if you have the `clock_gettime' function. */
57 #undef HAVE_CLOCK_GETTIME
59 /* Define if backslash-a works in C strings. */
60 #undef HAVE_C_BACKSLASH_A
62 /* Define to 1 if C supports variable-length arrays. */
63 #undef HAVE_C_VARARRAYS
65 /* Define if the GNU dcgettext() function is already present or preinstalled.
69 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
71 #undef HAVE_DECL_CLEARERR_UNLOCKED
73 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
75 #undef HAVE_DECL_FEOF_UNLOCKED
77 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
79 #undef HAVE_DECL_FERROR_UNLOCKED
81 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
83 #undef HAVE_DECL_FFLUSH_UNLOCKED
85 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
87 #undef HAVE_DECL_FGETS_UNLOCKED
89 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
91 #undef HAVE_DECL_FPUTC_UNLOCKED
93 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
95 #undef HAVE_DECL_FPUTS_UNLOCKED
97 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
99 #undef HAVE_DECL_FREAD_UNLOCKED
101 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
103 #undef HAVE_DECL_FWRITE_UNLOCKED
105 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
107 #undef HAVE_DECL_GETCHAR_UNLOCKED
109 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
111 #undef HAVE_DECL_GETC_UNLOCKED
113 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
115 #undef HAVE_DECL_GETENV
117 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
119 #undef HAVE_DECL_PUTCHAR_UNLOCKED
121 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
123 #undef HAVE_DECL_PUTC_UNLOCKED
125 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
127 #undef HAVE_DECL_STRERROR
129 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
131 #undef HAVE_DECL_STRERROR_R
133 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
135 #undef HAVE_DECL_STRTOIMAX
137 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
139 #undef HAVE_DECL_STRTOL
141 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
143 #undef HAVE_DECL_STRTOUL
145 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
147 #undef HAVE_DECL_STRTOULL
149 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
151 #undef HAVE_DECL_STRTOUMAX
153 /* Define to 1 if you have the `diraccess' function. */
154 #undef HAVE_DIRACCESS
156 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
160 /* Define if the malloc check has been performed. */
161 #undef HAVE_DONE_WORKING_MALLOC_CHECK
163 /* Define if the realloc check has been performed. */
164 #undef HAVE_DONE_WORKING_REALLOC_CHECK
166 /* Define to 1 if you have the `doprnt' function. */
169 /* Define to 1 if you have the `dup2' function. */
172 /* Define to 1 if you have the <fcntl.h> header file. */
175 /* Define to 1 if your system has a working `fnmatch' function. */
178 /* Define to 1 if you have the `fork' function. */
181 /* Define if the GNU gettext() function is already present or preinstalled. */
184 /* Define to 1 if you have the `gettimeofday' function. */
185 #undef HAVE_GETTIMEOFDAY
187 /* Define if you have the iconv() function. */
190 /* Define to 1 if you have the <inttypes.h> header file. */
191 #undef HAVE_INTTYPES_H
193 /* Define to 1 if you have the `isascii' function. */
196 /* Define to 1 if you have the `iswprint' function. */
199 /* Define to 1 if you have the <libintl.h> header file. */
200 #undef HAVE_LIBINTL_H
202 /* Define to 1 if you have the <limits.h> header file. */
205 /* Define to 1 if you have the <locale.h> header file. */
208 /* Define to 1 if you have the `localtime_r' function. */
209 #undef HAVE_LOCALTIME_R
211 /* Define if you have the long long type. */
212 #undef HAVE_LONG_LONG
214 /* Define to 1 if you have the `mblen' function. */
217 /* Define to 1 if you have the `mbrlen' function. */
220 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
223 /* Define to 1 if you have the `memchr' function. */
226 /* Define to 1 if you have the `memcpy' function. */
229 /* Define to 1 if you have the <memory.h> header file. */
232 /* Define to 1 if you have the `mempcpy' function. */
235 /* Define to 1 if you have the `memset' function. */
238 /* Define to 1 if you have the `mkstemp' function. */
241 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
244 /* Define to 1 if you have the `setlocale' function. */
245 #undef HAVE_SETLOCALE
247 /* Define to 1 if you have the DOS-style `setmode' function. */
248 #undef HAVE_SETMODE_DOS
250 /* Define to 1 if you have the `sigaction' function. */
251 #undef HAVE_SIGACTION
253 /* Define to 1 if the system has the type `siginfo_t'. */
254 #undef HAVE_SIGINFO_T
256 /* Define to 1 if you have the `sigprocmask' function. */
257 #undef HAVE_SIGPROCMASK
259 /* Define to 1 if the system has the type `stack_t'. */
262 /* Define to 1 if stdbool.h conforms to C99. */
263 #undef HAVE_STDBOOL_H
265 /* Define to 1 if you have the <stddef.h> header file. */
268 /* Define to 1 if you have the <stdint.h> header file. */
271 /* Define to 1 if you have the <stdlib.h> header file. */
274 /* Define to 1 if you have the `strcasecmp' function. */
275 #undef HAVE_STRCASECMP
277 /* Define to 1 if you have the `strchr' function. */
280 /* Define to 1 if you have the `strerror' function. */
283 /* Define to 1 if you have the `strerror_r' function. */
284 #undef HAVE_STRERROR_R
286 /* Define to 1 if you have the `strftime' function. */
289 /* Define to 1 if you have the <strings.h> header file. */
290 #undef HAVE_STRINGS_H
292 /* Define to 1 if you have the <string.h> header file. */
295 /* Define to 1 if you have the `strtoul' function. */
298 /* Define to 1 if you have the `strtoull' function. */
301 /* Define to 1 if you have the `strtoumax' function. */
302 #undef HAVE_STRTOUMAX
304 /* Define to 1 if `st_blksize' is member of `struct stat'. */
305 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
307 /* Define to 1 if `st_rdev' is member of `struct stat'. */
308 #undef HAVE_STRUCT_STAT_ST_RDEV
310 /* Define to 1 if `tm_zone' is member of `struct tm'. */
311 #undef HAVE_STRUCT_TM_TM_ZONE
313 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
315 #undef HAVE_SYS_DIR_H
317 /* Define to 1 if you have the <sys/file.h> header file. */
318 #undef HAVE_SYS_FILE_H
320 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
322 #undef HAVE_SYS_NDIR_H
324 /* Define to 1 if you have the <sys/stat.h> header file. */
325 #undef HAVE_SYS_STAT_H
327 /* Define to 1 if you have the <sys/time.h> header file. */
328 #undef HAVE_SYS_TIME_H
330 /* Define to 1 if you have the <sys/types.h> header file. */
331 #undef HAVE_SYS_TYPES_H
333 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
334 #undef HAVE_SYS_WAIT_H
336 /* Define to 1 if you have the <time.h> header file. */
339 /* Define to 1 if you have the `tmpnam' function. */
342 /* Define if struct tm has the tm_gmtoff member. */
343 #undef HAVE_TM_GMTOFF
345 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
346 `HAVE_STRUCT_TM_TM_ZONE' instead. */
349 /* Define to 1 if you don't have `tm_zone' but do have the external array
353 /* Define to 1 if you have the `tzset' function. */
356 /* Define to 1 if you have the <unistd.h> header file. */
359 /* Define if you have the unsigned long long type. */
360 #undef HAVE_UNSIGNED_LONG_LONG
362 /* Define to 1 if you have the `vfork' function. */
365 /* Define to 1 if you have the <vfork.h> header file. */
368 /* Define to 1 if you have the `vprintf' function. */
371 /* Define to 1 if you have the `waitpid' function. */
374 /* Define to 1 if you have the <wchar.h> header file. */
377 /* Define to 1 if you have the <wctype.h> header file. */
380 /* Define to 1 if `fork' works. */
381 #undef HAVE_WORKING_FORK
383 /* Define to 1 if `vfork' works. */
384 #undef HAVE_WORKING_VFORK
386 /* Define to 1 if extending the stack slightly past the limit causes a
387 SIGSEGV, and an alternate stack can be established with sigaltstack, and
388 the signal handler is passed a context that specifies the run time stack.
389 This behavior is defined by POSIX 1003.1-2001 with the X/Open System
390 Interface (XSI) option and is a standardized way to implement a SEGV-based
391 stack overflow detection heuristic. */
392 #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
394 /* Define to 1 if you have the `__secure_getenv' function. */
395 #undef HAVE___SECURE_GETENV
397 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
398 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
400 # define ISSLASH(C) ((C) == '/')
403 /* Name of package */
406 /* Define to the address where bug reports for this package should be sent. */
407 #undef PACKAGE_BUGREPORT
409 /* Define to the full name of this package. */
412 /* Define to the full name and version of this package. */
413 #undef PACKAGE_STRING
415 /* Define to the one symbol short name of this package. */
416 #undef PACKAGE_TARNAME
418 /* Define to the version of this package. */
419 #undef PACKAGE_VERSION
421 /* Define if compiler has function prototypes */
424 /* Name of "pr" program. */
427 /* Define to 1 to avoid alloca in the regular-expression implementation. */
430 /* Define as the return type of signal handlers (`int' or `void'). */
433 /* If using the C implementation of alloca, define if you know the
434 direction of stack growth for your system; otherwise it will be
435 automatically deduced at run-time.
436 STACK_DIRECTION > 0 => grows toward higher addresses
437 STACK_DIRECTION < 0 => grows toward lower addresses
438 STACK_DIRECTION = 0 => direction of growth unknown */
439 #undef STACK_DIRECTION
441 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
442 #undef STAT_MACROS_BROKEN
444 /* Define to 1 if you have the ANSI C header files. */
447 /* Define to 1 if strerror_r returns char *. */
448 #undef STRERROR_R_CHAR_P
450 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
454 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
455 #undef TIME_WITH_SYS_TIME
457 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
458 #undef TM_IN_SYS_TIME
460 /* Version number of package */
463 /* Number of bits in a file offset, on hosts where this is settable. */
464 #undef _FILE_OFFSET_BITS
470 /* Define for large files, on AIX-style hosts. */
473 /* Enable Solaris extensions. */
474 #undef __EXTENSIONS__
476 /* Define like PROTOTYPES; this can be used by system headers. */
479 /* Define to empty if `const' does not conform to ANSI C. */
482 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
483 if it is not supported. */
486 /* Define to widest signed type if <inttypes.h> doesn't define. */
489 /* Define to rpl_malloc if the replacement function should be used. */
492 /* Define to a type if <wchar.h> does not define. */
495 /* Define to the name of the strftime replacement function. */
498 /* Define to `int' if <sys/types.h> does not define. */
501 /* Define to `int' if <sys/types.h> does not define. */
504 /* Define to rpl_realloc if the replacement function should be used. */
507 /* Define to `int' if <sys/types.h> does not define. */
510 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
513 /* Define as `fork' if `vfork' does not work. */