156167Sru/* $FreeBSD$ */
2100518Sru/* config.h.  Generated by configure.  */
3100518Sru/* config.in.  Generated from configure.ac by autoheader.  */
442688Smarkm
593144Sru/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
693144Sru   systems. This function is required for `alloca.c' support on those systems.
793144Sru   */
842688Smarkm/* #undef CRAY_STACKSEG_END */
942688Smarkm
10100518Sru/* Define to 1 if using `alloca.c'. */
1193144Sru/* #undef C_ALLOCA */
1293144Sru
1393144Sru/* Define to 1 if translation of program messages to the user's native
1493144Sru   language is requested. */
1593144Sru/* #undef ENABLE_NLS */
1693144Sru
17100518Sru/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
1893144Sru/* #undef GWINSZ_IN_SYS_IOCTL */
1993144Sru
20100518Sru/* Define to 1 if you have `alloca', as a function or macro. */
2142688Smarkm#define HAVE_ALLOCA 1
2242688Smarkm
23100518Sru/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24100518Sru   */
2542688Smarkm/* #undef HAVE_ALLOCA_H */
2642688Smarkm
27100518Sru/* Define to 1 if you have the <argz.h> header file. */
2893144Sru/* #undef HAVE_ARGZ_H */
2942688Smarkm
30146522Sru/* Define to 1 if you have the `asprintf' function. */
31146522Sru#define HAVE_ASPRINTF 1
32146522Sru
33100518Sru/* Define to 1 if you have the `bzero' function. */
3493144Sru#define HAVE_BZERO 1
3542688Smarkm
3693144Sru/* Define if the GNU dcgettext() function is already present or preinstalled.
3793144Sru   */
3893144Sru/* #undef HAVE_DCGETTEXT */
3956167Sru
40146522Sru/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
41146522Sru   don't. */
42146522Sru#define HAVE_DECL_FEOF_UNLOCKED 1
43146522Sru
44146522Sru/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
45146522Sru   you don't. */
46146522Sru#define HAVE_DECL_FGETS_UNLOCKED 0
47146522Sru
48146522Sru/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
49146522Sru   don't. */
50146522Sru#define HAVE_DECL_GETC_UNLOCKED 1
51146522Sru
52114479Sru/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
53114479Sru   */
54114479Sru#define HAVE_DECL_GETENV 1
55114479Sru
56146522Sru/* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
57146522Sru   */
58146522Sru#define HAVE_DECL_MEMCHR 1
5942688Smarkm
60146522Sru/* Define to 1 if you have the declaration of `strcoll', and to 0 if you
61146522Sru   don't. */
6293144Sru#define HAVE_DECL_STRCOLL 1
6342688Smarkm
64146522Sru/* Define to 1 if you have the declaration of `strerror', and to 0 if you
65146522Sru   don't. */
6693144Sru#define HAVE_DECL_STRERROR 1
6742688Smarkm
68146522Sru/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
69146522Sru   don't. */
70146522Sru#define HAVE_DECL__SNPRINTF 0
7142688Smarkm
72146522Sru/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
73146522Sru   don't. */
74146522Sru#define HAVE_DECL__SNWPRINTF 0
75146522Sru
76100518Sru/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7793144Sru/* #undef HAVE_DOPRNT */
7842688Smarkm
79100518Sru/* Define to 1 if you have the <fcntl.h> header file. */
8093144Sru#define HAVE_FCNTL_H 1
8142688Smarkm
82146522Sru/* Define to 1 if you have the `fwprintf' function. */
83146522Sru#define HAVE_FWPRINTF 1
8442688Smarkm
85100518Sru/* Define to 1 if you have the `getcwd' function. */
8693144Sru#define HAVE_GETCWD 1
8742688Smarkm
88100518Sru/* Define to 1 if you have the `getegid' function. */
8993144Sru#define HAVE_GETEGID 1
9056167Sru
91100518Sru/* Define to 1 if you have the `geteuid' function. */
9293144Sru#define HAVE_GETEUID 1
9342688Smarkm
94100518Sru/* Define to 1 if you have the `getgid' function. */
9593144Sru#define HAVE_GETGID 1
9642688Smarkm
97100518Sru/* Define to 1 if you have the `getpagesize' function. */
9893144Sru#define HAVE_GETPAGESIZE 1
9942688Smarkm
10093144Sru/* Define if the GNU gettext() function is already present or preinstalled. */
10142688Smarkm/* #undef HAVE_GETTEXT */
10242688Smarkm
103114479Sru/* Define to 1 if you have the `gettimeofday' function. */
104114479Sru/* #undef HAVE_GETTIMEOFDAY */
105114479Sru
106100518Sru/* Define to 1 if you have the `getuid' function. */
10793144Sru#define HAVE_GETUID 1
10842688Smarkm
10993144Sru/* Define if you have the iconv() function. */
110146522Sru#define HAVE_ICONV 1
11142688Smarkm
112146522Sru/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
113146522Sru#define HAVE_INTMAX_T 1
114146522Sru
115114479Sru/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
11693144Sru#define HAVE_INTTYPES_H 1
11742688Smarkm
118114479Sru/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
119114479Sru   declares uintmax_t. */
120114479Sru#define HAVE_INTTYPES_H_WITH_UINTMAX 1
121114479Sru
122100518Sru/* Define to 1 if you have the <io.h> header file. */
12393144Sru/* #undef HAVE_IO_H */
12442688Smarkm
12593144Sru/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
12693144Sru#define HAVE_LANGINFO_CODESET 1
12742688Smarkm
12893144Sru/* Define if your <locale.h> file defines LC_MESSAGES. */
12993144Sru#define HAVE_LC_MESSAGES 1
13042688Smarkm
131100518Sru/* Define to 1 if you have the `bsd' library (-lbsd). */
13293144Sru/* #undef HAVE_LIBBSD */
13342688Smarkm
134100518Sru/* Define to 1 if you have the <limits.h> header file. */
13593144Sru#define HAVE_LIMITS_H 1
13642688Smarkm
137100518Sru/* Define to 1 if you have the <locale.h> header file. */
13893144Sru#define HAVE_LOCALE_H 1
13942688Smarkm
140146522Sru/* Define if you have the 'long double' type. */
141146522Sru#define HAVE_LONG_DOUBLE 1
142146522Sru
143146522Sru/* Define if you have the 'long long' type. */
144146522Sru#define HAVE_LONG_LONG 1
145146522Sru
146100518Sru/* Define to 1 if you have the <malloc.h> header file. */
147114479Sru/* #undef HAVE_MALLOC_H */
14893144Sru
149100518Sru/* Define to 1 if you have the `memcpy' function. */
15042688Smarkm#define HAVE_MEMCPY 1
15142688Smarkm
152100518Sru/* Define to 1 if you have the `memmove' function. */
15342688Smarkm#define HAVE_MEMMOVE 1
15442688Smarkm
155100518Sru/* Define to 1 if you have the <memory.h> header file. */
15693144Sru#define HAVE_MEMORY_H 1
15793144Sru
158100518Sru/* Define to 1 if you have the `mempcpy' function. */
15993144Sru/* #undef HAVE_MEMPCPY */
16093144Sru
161100518Sru/* Define to 1 if you have the `memset' function. */
16242688Smarkm#define HAVE_MEMSET 1
16342688Smarkm
164114479Sru/* Define to 1 if you have the `mkstemp' function. */
165114479Sru#define HAVE_MKSTEMP 1
166114479Sru
167100518Sru/* Define to 1 if you have a working `mmap' system call. */
16893144Sru#define HAVE_MMAP 1
16993144Sru
170100518Sru/* Define to 1 if you have the `munmap' function. */
17142688Smarkm#define HAVE_MUNMAP 1
17242688Smarkm
173100518Sru/* Define to 1 if you have the <ncurses/termcap.h> header file. */
17493144Sru/* #undef HAVE_NCURSES_TERMCAP_H */
17593144Sru
176100518Sru/* Define to 1 if you have the <nl_types.h> header file. */
17793144Sru#define HAVE_NL_TYPES_H 1
17893144Sru
179146522Sru/* Define if your printf() function supports format strings with positions. */
180146522Sru#define HAVE_POSIX_PRINTF 1
181146522Sru
182100518Sru/* Define to 1 if you have the `putenv' function. */
18342688Smarkm#define HAVE_PUTENV 1
18442688Smarkm
185100518Sru/* Define to 1 if you have the <pwd.h> header file. */
18693144Sru#define HAVE_PWD_H 1
18793144Sru
188100518Sru/* Define to 1 if you have the `setenv' function. */
18942688Smarkm#define HAVE_SETENV 1
19042688Smarkm
191100518Sru/* Define to 1 if you have the `setlocale' function. */
19242688Smarkm#define HAVE_SETLOCALE 1
19342688Smarkm
194100518Sru/* Define to 1 if you have the `setvbuf' function. */
19542688Smarkm#define HAVE_SETVBUF 1
19642688Smarkm
197114479Sru/* Define to 1 if you have the `sigaction' function. */
198114479Sru#define HAVE_SIGACTION 1
199114479Sru
200100518Sru/* Define to 1 if you have the `sigprocmask' function. */
20142688Smarkm#define HAVE_SIGPROCMASK 1
20242688Smarkm
203100518Sru/* Define to 1 if you have the `sigsetmask' function. */
20442688Smarkm#define HAVE_SIGSETMASK 1
20542688Smarkm
206146522Sru/* Define to 1 if you have the `snprintf' function. */
207146522Sru#define HAVE_SNPRINTF 1
208146522Sru
209100518Sru/* Define to 1 if you have the <stddef.h> header file. */
21093144Sru#define HAVE_STDDEF_H 1
21193144Sru
212100518Sru/* Define to 1 if you have the <stdint.h> header file. */
213114479Sru#define HAVE_STDINT_H 1
21493144Sru
215114479Sru/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
216114479Sru   uintmax_t. */
217114479Sru#define HAVE_STDINT_H_WITH_UINTMAX 1
218114479Sru
219100518Sru/* Define to 1 if you have the <stdlib.h> header file. */
22093144Sru#define HAVE_STDLIB_H 1
22193144Sru
222100518Sru/* Define to 1 if you have the `stpcpy' function. */
223114479Sru#define HAVE_STPCPY 1
22442688Smarkm
225100518Sru/* Define to 1 if you have the `strcasecmp' function. */
22642688Smarkm#define HAVE_STRCASECMP 1
22742688Smarkm
228100518Sru/* Define to 1 if you have the `strchr' function. */
22942688Smarkm#define HAVE_STRCHR 1
23042688Smarkm
231100518Sru/* Define to 1 if you have the `strcoll' function and it is properly defined.
232100518Sru   */
23393144Sru#define HAVE_STRCOLL 1
23493144Sru
235100518Sru/* Define to 1 if you have the `strdup' function. */
23642688Smarkm#define HAVE_STRDUP 1
23742688Smarkm
238100518Sru/* Define to 1 if you have the `strerror' function. */
23942688Smarkm#define HAVE_STRERROR 1
24042688Smarkm
241100518Sru/* Define to 1 if you have the <strings.h> header file. */
24293144Sru#define HAVE_STRINGS_H 1
24356167Sru
244100518Sru/* Define to 1 if you have the <string.h> header file. */
24593144Sru#define HAVE_STRING_H 1
24642688Smarkm
247100518Sru/* Define to 1 if you have the `strncasecmp' function. */
24893144Sru#define HAVE_STRNCASECMP 1
24942688Smarkm
250100518Sru/* Define to 1 if you have the `strtoul' function. */
25193144Sru#define HAVE_STRTOUL 1
25242688Smarkm
253100518Sru/* Define to 1 if you have the <sys/fcntl.h> header file. */
25442688Smarkm#define HAVE_SYS_FCNTL_H 1
25542688Smarkm
256100518Sru/* Define to 1 if you have the <sys/file.h> header file. */
25742688Smarkm#define HAVE_SYS_FILE_H 1
25842688Smarkm
259100518Sru/* Define to 1 if you have the <sys/param.h> header file. */
26042688Smarkm#define HAVE_SYS_PARAM_H 1
26142688Smarkm
262100518Sru/* Define to 1 if you have the <sys/ptem.h> header file. */
26342688Smarkm/* #undef HAVE_SYS_PTEM_H */
26442688Smarkm
265100518Sru/* Define to 1 if you have the <sys/stat.h> header file. */
26693144Sru#define HAVE_SYS_STAT_H 1
26793144Sru
268114479Sru/* Define to 1 if you have the <sys/stream.h> header file. */
269114479Sru/* #undef HAVE_SYS_STREAM_H */
270114479Sru
271100518Sru/* Define to 1 if you have the <sys/time.h> header file. */
27242688Smarkm#define HAVE_SYS_TIME_H 1
27342688Smarkm
274100518Sru/* Define to 1 if you have the <sys/ttold.h> header file. */
27542688Smarkm/* #undef HAVE_SYS_TTOLD_H */
27642688Smarkm
277100518Sru/* Define to 1 if you have the <sys/types.h> header file. */
27893144Sru#define HAVE_SYS_TYPES_H 1
27993144Sru
280100518Sru/* Define to 1 if you have the <sys/wait.h> header file. */
28142688Smarkm#define HAVE_SYS_WAIT_H 1
28242688Smarkm
283100518Sru/* Define to 1 if you have the <termcap.h> header file. */
28442688Smarkm#define HAVE_TERMCAP_H 1
28542688Smarkm
286100518Sru/* Define to 1 if you have the <termios.h> header file. */
28793144Sru#define HAVE_TERMIOS_H 1
28893144Sru
289100518Sru/* Define to 1 if you have the <termio.h> header file. */
29042688Smarkm/* #undef HAVE_TERMIO_H */
29142688Smarkm
292100518Sru/* Define to 1 if you have the `tsearch' function. */
29393144Sru#define HAVE_TSEARCH 1
29442688Smarkm
295114479Sru/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
296114479Sru#define HAVE_UINTMAX_T 1
297114479Sru
298100518Sru/* Define to 1 if you have the <unistd.h> header file. */
29942688Smarkm#define HAVE_UNISTD_H 1
30042688Smarkm
301114479Sru/* Define if you have the 'unsigned long long' type. */
302114479Sru#define HAVE_UNSIGNED_LONG_LONG 1
303114479Sru
304100518Sru/* Define to 1 if you have the `vprintf' function. */
30593144Sru#define HAVE_VPRINTF 1
30642688Smarkm
307146522Sru/* Define if you have the 'wchar_t' type. */
308146522Sru#define HAVE_WCHAR_T 1
309146522Sru
310146522Sru/* Define to 1 if you have the `wcslen' function. */
311146522Sru#define HAVE_WCSLEN 1
312146522Sru
313146522Sru/* Define if you have the 'wint_t' type. */
314146522Sru#define HAVE_WINT_T 1
315146522Sru
316100518Sru/* Define to 1 if you have the `__argz_count' function. */
31793144Sru/* #undef HAVE___ARGZ_COUNT */
31842688Smarkm
319100518Sru/* Define to 1 if you have the `__argz_next' function. */
32093144Sru/* #undef HAVE___ARGZ_NEXT */
32193144Sru
322100518Sru/* Define to 1 if you have the `__argz_stringify' function. */
32393144Sru/* #undef HAVE___ARGZ_STRINGIFY */
32493144Sru
325116532Sru/* Define to 1 if you have the `__fsetlocking' function. */
326116532Sru/* #undef HAVE___FSETLOCKING */
327116532Sru
328114479Sru/* Define to 1 if you have the `__secure_getenv' function. */
329114479Sru/* #undef HAVE___SECURE_GETENV */
330114479Sru
33193144Sru/* Define as const if the declaration of iconv() needs const. */
332146522Sru#define ICONV_CONST const
33393144Sru
334114479Sru/* Define if integer division by zero raises signal SIGFPE. */
335114479Sru#define INTDIV0_RAISES_SIGFPE 1
336114479Sru
33756167Sru/* Name of package */
33856167Sru#define PACKAGE "texinfo"
33942688Smarkm
340100518Sru/* Define to the address where bug reports for this package should be sent. */
341100518Sru#define PACKAGE_BUGREPORT ""
342100518Sru
343100518Sru/* Define to the full name of this package. */
344100518Sru#define PACKAGE_NAME "GNU Texinfo"
345100518Sru
346100518Sru/* Define to the full name and version of this package. */
347146522Sru#define PACKAGE_STRING "GNU Texinfo 4.8"
348100518Sru
349100518Sru/* Define to the one symbol short name of this package. */
350100518Sru#define PACKAGE_TARNAME "texinfo"
351100518Sru
352100518Sru/* Define to the version of this package. */
353146522Sru#define PACKAGE_VERSION "4.8"
354100518Sru
355114479Sru/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
356114479Sru/* #undef PRI_MACROS_BROKEN */
357114479Sru
35893144Sru/* Define as the return type of signal handlers (`int' or `void'). */
35993144Sru#define RETSIGTYPE void
36093144Sru
361146522Sru/* Define as the maximum value of type 'size_t', if the system doesn't define
362146522Sru   it. */
363146522Sru/* #undef SIZE_MAX */
364146522Sru
36593144Sru/* If using the C implementation of alloca, define if you know the
36693144Sru   direction of stack growth for your system; otherwise it will be
36793144Sru   automatically deduced at run-time.
368146522Sru	STACK_DIRECTION > 0 => grows toward higher addresses
369146522Sru	STACK_DIRECTION < 0 => grows toward lower addresses
370146522Sru	STACK_DIRECTION = 0 => direction of growth unknown */
37193144Sru/* #undef STACK_DIRECTION */
37293144Sru
373100518Sru/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
37493144Sru/* #undef STAT_MACROS_BROKEN */
37593144Sru
376100518Sru/* Define to 1 if you have the ANSI C header files. */
37793144Sru#define STDC_HEADERS 1
37893144Sru
379100518Sru/* Define to 1 if your <sys/time.h> declares `struct tm'. */
38093144Sru/* #undef TM_IN_SYS_TIME */
38193144Sru
38256167Sru/* Version number of package */
383146522Sru#define VERSION "4.8"
38442688Smarkm
385100518Sru/* Define to 1 if on MINIX. */
38693144Sru/* #undef _MINIX */
38756167Sru
388100518Sru/* Define to 2 if the system does not provide POSIX.1 features except with
389100518Sru   this defined. */
39093144Sru/* #undef _POSIX_1_SOURCE */
39156167Sru
392100518Sru/* Define to 1 if you need to in order for `stat' and other things to work. */
39393144Sru/* #undef _POSIX_SOURCE */
39456167Sru
39593144Sru/* Define to empty if `const' does not conform to ANSI C. */
39693144Sru/* #undef const */
39756167Sru
398146522Sru/* Define to `__inline__' or `__inline' if that's what the C compiler
399146522Sru   calls it, or to nothing if 'inline' is not supported under any name.  */
400146522Sru#ifndef __cplusplus
40193144Sru/* #undef inline */
402146522Sru#endif
40356167Sru
404114479Sru/* Define to rpl_mkstemp if the replacement function should be used. */
405114479Sru/* #undef mkstemp */
406114479Sru
40793144Sru/* Define to `long' if <sys/types.h> does not define. */
40893144Sru/* #undef off_t */
40956167Sru
410146522Sru/* Define as the type of the result of subtracting two pointers, if the system
411146522Sru   doesn't define it. */
412146522Sru/* #undef ptrdiff_t */
413146522Sru
414146522Sru/* Define to empty if the C compiler doesn't support this keyword. */
415146522Sru/* #undef signed */
416146522Sru
41793144Sru/* Define to `unsigned' if <sys/types.h> does not define. */
41893144Sru/* #undef size_t */
419114479Sru
420114479Sru/* Define to unsigned long or unsigned long long if <stdint.h> and
421114479Sru   <inttypes.h> don't define. */
422114479Sru/* #undef uintmax_t */
423