Merge branch 'vendor/GDB' into gdb7
[dragonfly.git] / gnu / usr.bin / texinfo / config.h
1 /* $DragonFly: src/gnu/usr.bin/texinfo/config.h,v 1.1 2005/08/28 12:25:04 asmodai Exp $ */
2
3 /* config.h.  Generated by configure.  */
4 /* config.in.  Generated from configure.ac by autoheader.  */
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 translation of program messages to the user's native
15    language is requested. */
16 /* #undef ENABLE_NLS */
17
18 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
19 /* #undef GWINSZ_IN_SYS_IOCTL */
20
21 /* Define to 1 if you have `alloca', as a function or macro. */
22 #define HAVE_ALLOCA 1
23
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25    */
26 /* #undef HAVE_ALLOCA_H */
27
28 /* Define to 1 if you have the <argz.h> header file. */
29 /* #undef HAVE_ARGZ_H */
30
31 /* Define to 1 if you have the `asprintf' function. */
32 #define HAVE_ASPRINTF 1
33
34 /* Define to 1 if you have the `bzero' function. */
35 #define HAVE_BZERO 1
36
37 /* Define if the GNU dcgettext() function is already present or preinstalled.
38    */
39 /* #undef HAVE_DCGETTEXT */
40
41 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
42    don't. */
43 #define HAVE_DECL_FEOF_UNLOCKED 1
44
45 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
46    you don't. */
47 #define HAVE_DECL_FGETS_UNLOCKED 0
48
49 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
50    don't. */
51 #define HAVE_DECL_GETC_UNLOCKED 1
52
53 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
54    */
55 #define HAVE_DECL_GETENV 1
56
57 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
58    */
59 #define HAVE_DECL_MEMCHR 1
60
61 /* Define to 1 if you have the declaration of `strcoll', and to 0 if you
62    don't. */
63 #define HAVE_DECL_STRCOLL 1
64
65 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
66    don't. */
67 #define HAVE_DECL_STRERROR 1
68
69 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
70    don't. */
71 #define HAVE_DECL__SNPRINTF 0
72
73 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
74    don't. */
75 #define HAVE_DECL__SNWPRINTF 0
76
77 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
78 /* #undef HAVE_DOPRNT */
79
80 /* Define to 1 if you have the <fcntl.h> header file. */
81 #define HAVE_FCNTL_H 1
82
83 /* Define to 1 if you have the `fwprintf' function. */
84 #define HAVE_FWPRINTF 1
85
86 /* Define to 1 if you have the `getcwd' function. */
87 #define HAVE_GETCWD 1
88
89 /* Define to 1 if you have the `getegid' function. */
90 #define HAVE_GETEGID 1
91
92 /* Define to 1 if you have the `geteuid' function. */
93 #define HAVE_GETEUID 1
94
95 /* Define to 1 if you have the `getgid' function. */
96 #define HAVE_GETGID 1
97
98 /* Define to 1 if you have the `getpagesize' function. */
99 #define HAVE_GETPAGESIZE 1
100
101 /* Define if the GNU gettext() function is already present or preinstalled. */
102 /* #undef HAVE_GETTEXT */
103
104 /* Define to 1 if you have the `gettimeofday' function. */
105 /* #undef HAVE_GETTIMEOFDAY */
106
107 /* Define to 1 if you have the `getuid' function. */
108 #define HAVE_GETUID 1
109
110 /* Define if you have the iconv() function. */
111 #define HAVE_ICONV 1
112
113 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
114 #define HAVE_INTMAX_T 1
115
116 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
117 #define HAVE_INTTYPES_H 1
118
119 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
120    declares uintmax_t. */
121 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
122
123 /* Define to 1 if you have the <io.h> header file. */
124 /* #undef HAVE_IO_H */
125
126 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
127 #define HAVE_LANGINFO_CODESET 1
128
129 /* Define if your <locale.h> file defines LC_MESSAGES. */
130 #define HAVE_LC_MESSAGES 1
131
132 /* Define to 1 if you have the `bsd' library (-lbsd). */
133 /* #undef HAVE_LIBBSD */
134
135 /* Define to 1 if you have the <limits.h> header file. */
136 #define HAVE_LIMITS_H 1
137
138 /* Define to 1 if you have the <locale.h> header file. */
139 #define HAVE_LOCALE_H 1
140
141 /* Define if you have the 'long double' type. */
142 #define HAVE_LONG_DOUBLE 1
143
144 /* Define if you have the 'long long' type. */
145 #define HAVE_LONG_LONG 1
146
147 /* Define to 1 if you have the <malloc.h> header file. */
148 #define HAVE_MALLOC_H 1
149
150 /* Define to 1 if you have the `memcpy' function. */
151 #define HAVE_MEMCPY 1
152
153 /* Define to 1 if you have the `memmove' function. */
154 #define HAVE_MEMMOVE 1
155
156 /* Define to 1 if you have the <memory.h> header file. */
157 #define HAVE_MEMORY_H 1
158
159 /* Define to 1 if you have the `mempcpy' function. */
160 /* #undef HAVE_MEMPCPY */
161
162 /* Define to 1 if you have the `memset' function. */
163 #define HAVE_MEMSET 1
164
165 /* Define to 1 if you have the `mkstemp' function. */
166 #define HAVE_MKSTEMP 1
167
168 /* Define to 1 if you have a working `mmap' system call. */
169 #define HAVE_MMAP 1
170
171 /* Define to 1 if you have the `munmap' function. */
172 #define HAVE_MUNMAP 1
173
174 /* Define to 1 if you have the <ncurses/termcap.h> header file. */
175 /* #undef HAVE_NCURSES_TERMCAP_H */
176
177 /* Define to 1 if you have the <nl_types.h> header file. */
178 #define HAVE_NL_TYPES_H 1
179
180 /* Define if your printf() function supports format strings with positions. */
181 #define HAVE_POSIX_PRINTF 1
182
183 /* Define to 1 if you have the `putenv' function. */
184 #define HAVE_PUTENV 1
185
186 /* Define to 1 if you have the <pwd.h> header file. */
187 #define HAVE_PWD_H 1
188
189 /* Define to 1 if you have the `setenv' function. */
190 #define HAVE_SETENV 1
191
192 /* Define to 1 if you have the `setlocale' function. */
193 #define HAVE_SETLOCALE 1
194
195 /* Define to 1 if you have the `setvbuf' function. */
196 #define HAVE_SETVBUF 1
197
198 /* Define to 1 if you have the `sigaction' function. */
199 #define HAVE_SIGACTION 1
200
201 /* Define to 1 if you have the `sigprocmask' function. */
202 #define HAVE_SIGPROCMASK 1
203
204 /* Define to 1 if you have the `sigsetmask' function. */
205 #define HAVE_SIGSETMASK 1
206
207 /* Define to 1 if you have the `snprintf' function. */
208 #define HAVE_SNPRINTF 1
209
210 /* Define to 1 if you have the <stddef.h> header file. */
211 #define HAVE_STDDEF_H 1
212
213 /* Define to 1 if you have the <stdint.h> header file. */
214 #define HAVE_STDINT_H 1
215
216 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
217    uintmax_t. */
218 #define HAVE_STDINT_H_WITH_UINTMAX 1
219
220 /* Define to 1 if you have the <stdlib.h> header file. */
221 #define HAVE_STDLIB_H 1
222
223 /* Define to 1 if you have the `stpcpy' function. */
224 /* #undef HAVE_STPCPY */
225
226 /* Define to 1 if you have the `strcasecmp' function. */
227 #define HAVE_STRCASECMP 1
228
229 /* Define to 1 if you have the `strchr' function. */
230 #define HAVE_STRCHR 1
231
232 /* Define to 1 if you have the `strcoll' function and it is properly defined.
233    */
234 #define HAVE_STRCOLL 1
235
236 /* Define to 1 if you have the `strdup' function. */
237 #define HAVE_STRDUP 1
238
239 /* Define to 1 if you have the `strerror' function. */
240 #define HAVE_STRERROR 1
241
242 /* Define to 1 if you have the <strings.h> header file. */
243 #define HAVE_STRINGS_H 1
244
245 /* Define to 1 if you have the <string.h> header file. */
246 #define HAVE_STRING_H 1
247
248 /* Define to 1 if you have the `strncasecmp' function. */
249 #define HAVE_STRNCASECMP 1
250
251 /* Define to 1 if you have the `strtoul' function. */
252 #define HAVE_STRTOUL 1
253
254 /* Define to 1 if you have the <sys/fcntl.h> header file. */
255 #define HAVE_SYS_FCNTL_H 1
256
257 /* Define to 1 if you have the <sys/file.h> header file. */
258 #define HAVE_SYS_FILE_H 1
259
260 /* Define to 1 if you have the <sys/param.h> header file. */
261 #define HAVE_SYS_PARAM_H 1
262
263 /* Define to 1 if you have the <sys/ptem.h> header file. */
264 /* #undef HAVE_SYS_PTEM_H */
265
266 /* Define to 1 if you have the <sys/stat.h> header file. */
267 #define HAVE_SYS_STAT_H 1
268
269 /* Define to 1 if you have the <sys/stream.h> header file. */
270 /* #undef HAVE_SYS_STREAM_H */
271
272 /* Define to 1 if you have the <sys/time.h> header file. */
273 #define HAVE_SYS_TIME_H 1
274
275 /* Define to 1 if you have the <sys/ttold.h> header file. */
276 /* #undef HAVE_SYS_TTOLD_H */
277
278 /* Define to 1 if you have the <sys/types.h> header file. */
279 #define HAVE_SYS_TYPES_H 1
280
281 /* Define to 1 if you have the <sys/wait.h> header file. */
282 #define HAVE_SYS_WAIT_H 1
283
284 /* Define to 1 if you have the <termcap.h> header file. */
285 #define HAVE_TERMCAP_H 1
286
287 /* Define to 1 if you have the <termios.h> header file. */
288 #define HAVE_TERMIOS_H 1
289
290 /* Define to 1 if you have the <termio.h> header file. */
291 /* #undef HAVE_TERMIO_H */
292
293 /* Define to 1 if you have the `tsearch' function. */
294 #define HAVE_TSEARCH 1
295
296 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
297 #define HAVE_UINTMAX_T 1
298
299 /* Define to 1 if you have the <unistd.h> header file. */
300 #define HAVE_UNISTD_H 1
301
302 /* Define if you have the 'unsigned long long' type. */
303 #define HAVE_UNSIGNED_LONG_LONG 1
304
305 /* Define to 1 if you have the `vprintf' function. */
306 #define HAVE_VPRINTF 1
307
308 /* Define if you have the 'wchar_t' type. */
309 #define HAVE_WCHAR_T 1
310
311 /* Define to 1 if you have the `wcslen' function. */
312 #define HAVE_WCSLEN 1
313
314 /* Define if you have the 'wint_t' type. */
315 #define HAVE_WINT_T 1
316
317 /* Define to 1 if you have the `__argz_count' function. */
318 /* #undef HAVE___ARGZ_COUNT */
319
320 /* Define to 1 if you have the `__argz_next' function. */
321 /* #undef HAVE___ARGZ_NEXT */
322
323 /* Define to 1 if you have the `__argz_stringify' function. */
324 /* #undef HAVE___ARGZ_STRINGIFY */
325
326 /* Define to 1 if you have the `__fsetlocking' function. */
327 /* #undef HAVE___FSETLOCKING */
328
329 /* Define to 1 if you have the `__secure_getenv' function. */
330 /* #undef HAVE___SECURE_GETENV */
331
332 /* Define as const if the declaration of iconv() needs const. */
333 #define ICONV_CONST 
334
335 /* Define if integer division by zero raises signal SIGFPE. */
336 #define INTDIV0_RAISES_SIGFPE 1
337
338 /* Name of package */
339 #define PACKAGE "texinfo"
340
341 /* Define to the address where bug reports for this package should be sent. */
342 #define PACKAGE_BUGREPORT ""
343
344 /* Define to the full name of this package. */
345 #define PACKAGE_NAME "GNU Texinfo"
346
347 /* Define to the full name and version of this package. */
348 #define PACKAGE_STRING "GNU Texinfo 4.8"
349
350 /* Define to the one symbol short name of this package. */
351 #define PACKAGE_TARNAME "texinfo"
352
353 /* Define to the version of this package. */
354 #define PACKAGE_VERSION "4.8"
355
356 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
357 /* #undef PRI_MACROS_BROKEN */
358
359 /* Define as the return type of signal handlers (`int' or `void'). */
360 #define RETSIGTYPE void
361
362 /* Define as the maximum value of type 'size_t', if the system doesn't define
363    it. */
364 /* #undef SIZE_MAX */
365
366 /* If using the C implementation of alloca, define if you know the
367    direction of stack growth for your system; otherwise it will be
368    automatically deduced at run-time.
369         STACK_DIRECTION > 0 => grows toward higher addresses
370         STACK_DIRECTION < 0 => grows toward lower addresses
371         STACK_DIRECTION = 0 => direction of growth unknown */
372 /* #undef STACK_DIRECTION */
373
374 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
375 /* #undef STAT_MACROS_BROKEN */
376
377 /* Define to 1 if you have the ANSI C header files. */
378 #define STDC_HEADERS 1
379
380 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
381 /* #undef TM_IN_SYS_TIME */
382
383 /* Version number of package */
384 #define VERSION "4.8"
385
386 /* Define to 1 if on MINIX. */
387 /* #undef _MINIX */
388
389 /* Define to 2 if the system does not provide POSIX.1 features except with
390    this defined. */
391 /* #undef _POSIX_1_SOURCE */
392
393 /* Define to 1 if you need to in order for `stat' and other things to work. */
394 /* #undef _POSIX_SOURCE */
395
396 /* Define to empty if `const' does not conform to ANSI C. */
397 /* #undef const */
398
399 /* Define to `__inline__' or `__inline' if that's what the C compiler
400    calls it, or to nothing if 'inline' is not supported under any name.  */
401 #ifndef __cplusplus
402 /* #undef inline */
403 #endif
404
405 /* Define to rpl_mkstemp if the replacement function should be used. */
406 /* #undef mkstemp */
407
408 /* Define to `long' if <sys/types.h> does not define. */
409 /* #undef off_t */
410
411 /* Define as the type of the result of subtracting two pointers, if the system
412    doesn't define it. */
413 /* #undef ptrdiff_t */
414
415 /* Define to empty if the C compiler doesn't support this keyword. */
416 /* #undef signed */
417
418 /* Define to `unsigned' if <sys/types.h> does not define. */
419 /* #undef size_t */
420
421 /* Define to unsigned long or unsigned long long if <stdint.h> and
422    <inttypes.h> don't define. */
423 /* #undef uintmax_t */