amd64 - add kvtop and add back ed(4) to AMD64_GENERIC
[dragonfly.git] / gnu / usr.bin / texinfo / config.h
blobebcdb92b26c32566caef83b0426cb764ea35c51c
1 /* $DragonFly: src/gnu/usr.bin/texinfo/config.h,v 1.1 2005/08/28 12:25:04 asmodai Exp $ */
3 /* config.h. Generated by configure. */
4 /* config.in. Generated from configure.ac by autoheader. */
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 */
11 /* Define to 1 if using `alloca.c'. */
12 /* #undef C_ALLOCA */
14 /* Define to 1 if translation of program messages to the user's native
15 language is requested. */
16 /* #undef ENABLE_NLS */
18 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
19 /* #undef GWINSZ_IN_SYS_IOCTL */
21 /* Define to 1 if you have `alloca', as a function or macro. */
22 #define HAVE_ALLOCA 1
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
26 /* #undef HAVE_ALLOCA_H */
28 /* Define to 1 if you have the <argz.h> header file. */
29 /* #undef HAVE_ARGZ_H */
31 /* Define to 1 if you have the `asprintf' function. */
32 #define HAVE_ASPRINTF 1
34 /* Define to 1 if you have the `bzero' function. */
35 #define HAVE_BZERO 1
37 /* Define if the GNU dcgettext() function is already present or preinstalled.
39 /* #undef HAVE_DCGETTEXT */
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
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
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
53 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
55 #define HAVE_DECL_GETENV 1
57 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
59 #define HAVE_DECL_MEMCHR 1
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
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
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
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
77 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
78 /* #undef HAVE_DOPRNT */
80 /* Define to 1 if you have the <fcntl.h> header file. */
81 #define HAVE_FCNTL_H 1
83 /* Define to 1 if you have the `fwprintf' function. */
84 #define HAVE_FWPRINTF 1
86 /* Define to 1 if you have the `getcwd' function. */
87 #define HAVE_GETCWD 1
89 /* Define to 1 if you have the `getegid' function. */
90 #define HAVE_GETEGID 1
92 /* Define to 1 if you have the `geteuid' function. */
93 #define HAVE_GETEUID 1
95 /* Define to 1 if you have the `getgid' function. */
96 #define HAVE_GETGID 1
98 /* Define to 1 if you have the `getpagesize' function. */
99 #define HAVE_GETPAGESIZE 1
101 /* Define if the GNU gettext() function is already present or preinstalled. */
102 /* #undef HAVE_GETTEXT */
104 /* Define to 1 if you have the `gettimeofday' function. */
105 /* #undef HAVE_GETTIMEOFDAY */
107 /* Define to 1 if you have the `getuid' function. */
108 #define HAVE_GETUID 1
110 /* Define if you have the iconv() function. */
111 #define HAVE_ICONV 1
113 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
114 #define HAVE_INTMAX_T 1
116 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
117 #define HAVE_INTTYPES_H 1
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
123 /* Define to 1 if you have the <io.h> header file. */
124 /* #undef HAVE_IO_H */
126 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
127 #define HAVE_LANGINFO_CODESET 1
129 /* Define if your <locale.h> file defines LC_MESSAGES. */
130 #define HAVE_LC_MESSAGES 1
132 /* Define to 1 if you have the `bsd' library (-lbsd). */
133 /* #undef HAVE_LIBBSD */
135 /* Define to 1 if you have the <limits.h> header file. */
136 #define HAVE_LIMITS_H 1
138 /* Define to 1 if you have the <locale.h> header file. */
139 #define HAVE_LOCALE_H 1
141 /* Define if you have the 'long double' type. */
142 #define HAVE_LONG_DOUBLE 1
144 /* Define if you have the 'long long' type. */
145 #define HAVE_LONG_LONG 1
147 /* Define to 1 if you have the <malloc.h> header file. */
148 #define HAVE_MALLOC_H 1
150 /* Define to 1 if you have the `memcpy' function. */
151 #define HAVE_MEMCPY 1
153 /* Define to 1 if you have the `memmove' function. */
154 #define HAVE_MEMMOVE 1
156 /* Define to 1 if you have the <memory.h> header file. */
157 #define HAVE_MEMORY_H 1
159 /* Define to 1 if you have the `mempcpy' function. */
160 /* #undef HAVE_MEMPCPY */
162 /* Define to 1 if you have the `memset' function. */
163 #define HAVE_MEMSET 1
165 /* Define to 1 if you have the `mkstemp' function. */
166 #define HAVE_MKSTEMP 1
168 /* Define to 1 if you have a working `mmap' system call. */
169 #define HAVE_MMAP 1
171 /* Define to 1 if you have the `munmap' function. */
172 #define HAVE_MUNMAP 1
174 /* Define to 1 if you have the <ncurses/termcap.h> header file. */
175 /* #undef HAVE_NCURSES_TERMCAP_H */
177 /* Define to 1 if you have the <nl_types.h> header file. */
178 #define HAVE_NL_TYPES_H 1
180 /* Define if your printf() function supports format strings with positions. */
181 #define HAVE_POSIX_PRINTF 1
183 /* Define to 1 if you have the `putenv' function. */
184 #define HAVE_PUTENV 1
186 /* Define to 1 if you have the <pwd.h> header file. */
187 #define HAVE_PWD_H 1
189 /* Define to 1 if you have the `setenv' function. */
190 #define HAVE_SETENV 1
192 /* Define to 1 if you have the `setlocale' function. */
193 #define HAVE_SETLOCALE 1
195 /* Define to 1 if you have the `setvbuf' function. */
196 #define HAVE_SETVBUF 1
198 /* Define to 1 if you have the `sigaction' function. */
199 #define HAVE_SIGACTION 1
201 /* Define to 1 if you have the `sigprocmask' function. */
202 #define HAVE_SIGPROCMASK 1
204 /* Define to 1 if you have the `sigsetmask' function. */
205 #define HAVE_SIGSETMASK 1
207 /* Define to 1 if you have the `snprintf' function. */
208 #define HAVE_SNPRINTF 1
210 /* Define to 1 if you have the <stddef.h> header file. */
211 #define HAVE_STDDEF_H 1
213 /* Define to 1 if you have the <stdint.h> header file. */
214 #define HAVE_STDINT_H 1
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
220 /* Define to 1 if you have the <stdlib.h> header file. */
221 #define HAVE_STDLIB_H 1
223 /* Define to 1 if you have the `stpcpy' function. */
224 /* #undef HAVE_STPCPY */
226 /* Define to 1 if you have the `strcasecmp' function. */
227 #define HAVE_STRCASECMP 1
229 /* Define to 1 if you have the `strchr' function. */
230 #define HAVE_STRCHR 1
232 /* Define to 1 if you have the `strcoll' function and it is properly defined.
234 #define HAVE_STRCOLL 1
236 /* Define to 1 if you have the `strdup' function. */
237 #define HAVE_STRDUP 1
239 /* Define to 1 if you have the `strerror' function. */
240 #define HAVE_STRERROR 1
242 /* Define to 1 if you have the <strings.h> header file. */
243 #define HAVE_STRINGS_H 1
245 /* Define to 1 if you have the <string.h> header file. */
246 #define HAVE_STRING_H 1
248 /* Define to 1 if you have the `strncasecmp' function. */
249 #define HAVE_STRNCASECMP 1
251 /* Define to 1 if you have the `strtoul' function. */
252 #define HAVE_STRTOUL 1
254 /* Define to 1 if you have the <sys/fcntl.h> header file. */
255 #define HAVE_SYS_FCNTL_H 1
257 /* Define to 1 if you have the <sys/file.h> header file. */
258 #define HAVE_SYS_FILE_H 1
260 /* Define to 1 if you have the <sys/param.h> header file. */
261 #define HAVE_SYS_PARAM_H 1
263 /* Define to 1 if you have the <sys/ptem.h> header file. */
264 /* #undef HAVE_SYS_PTEM_H */
266 /* Define to 1 if you have the <sys/stat.h> header file. */
267 #define HAVE_SYS_STAT_H 1
269 /* Define to 1 if you have the <sys/stream.h> header file. */
270 /* #undef HAVE_SYS_STREAM_H */
272 /* Define to 1 if you have the <sys/time.h> header file. */
273 #define HAVE_SYS_TIME_H 1
275 /* Define to 1 if you have the <sys/ttold.h> header file. */
276 /* #undef HAVE_SYS_TTOLD_H */
278 /* Define to 1 if you have the <sys/types.h> header file. */
279 #define HAVE_SYS_TYPES_H 1
281 /* Define to 1 if you have the <sys/wait.h> header file. */
282 #define HAVE_SYS_WAIT_H 1
284 /* Define to 1 if you have the <termcap.h> header file. */
285 #define HAVE_TERMCAP_H 1
287 /* Define to 1 if you have the <termios.h> header file. */
288 #define HAVE_TERMIOS_H 1
290 /* Define to 1 if you have the <termio.h> header file. */
291 /* #undef HAVE_TERMIO_H */
293 /* Define to 1 if you have the `tsearch' function. */
294 #define HAVE_TSEARCH 1
296 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
297 #define HAVE_UINTMAX_T 1
299 /* Define to 1 if you have the <unistd.h> header file. */
300 #define HAVE_UNISTD_H 1
302 /* Define if you have the 'unsigned long long' type. */
303 #define HAVE_UNSIGNED_LONG_LONG 1
305 /* Define to 1 if you have the `vprintf' function. */
306 #define HAVE_VPRINTF 1
308 /* Define if you have the 'wchar_t' type. */
309 #define HAVE_WCHAR_T 1
311 /* Define to 1 if you have the `wcslen' function. */
312 #define HAVE_WCSLEN 1
314 /* Define if you have the 'wint_t' type. */
315 #define HAVE_WINT_T 1
317 /* Define to 1 if you have the `__argz_count' function. */
318 /* #undef HAVE___ARGZ_COUNT */
320 /* Define to 1 if you have the `__argz_next' function. */
321 /* #undef HAVE___ARGZ_NEXT */
323 /* Define to 1 if you have the `__argz_stringify' function. */
324 /* #undef HAVE___ARGZ_STRINGIFY */
326 /* Define to 1 if you have the `__fsetlocking' function. */
327 /* #undef HAVE___FSETLOCKING */
329 /* Define to 1 if you have the `__secure_getenv' function. */
330 /* #undef HAVE___SECURE_GETENV */
332 /* Define as const if the declaration of iconv() needs const. */
333 #define ICONV_CONST
335 /* Define if integer division by zero raises signal SIGFPE. */
336 #define INTDIV0_RAISES_SIGFPE 1
338 /* Name of package */
339 #define PACKAGE "texinfo"
341 /* Define to the address where bug reports for this package should be sent. */
342 #define PACKAGE_BUGREPORT ""
344 /* Define to the full name of this package. */
345 #define PACKAGE_NAME "GNU Texinfo"
347 /* Define to the full name and version of this package. */
348 #define PACKAGE_STRING "GNU Texinfo 4.8"
350 /* Define to the one symbol short name of this package. */
351 #define PACKAGE_TARNAME "texinfo"
353 /* Define to the version of this package. */
354 #define PACKAGE_VERSION "4.8"
356 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
357 /* #undef PRI_MACROS_BROKEN */
359 /* Define as the return type of signal handlers (`int' or `void'). */
360 #define RETSIGTYPE void
362 /* Define as the maximum value of type 'size_t', if the system doesn't define
363 it. */
364 /* #undef SIZE_MAX */
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 */
374 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
375 /* #undef STAT_MACROS_BROKEN */
377 /* Define to 1 if you have the ANSI C header files. */
378 #define STDC_HEADERS 1
380 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
381 /* #undef TM_IN_SYS_TIME */
383 /* Version number of package */
384 #define VERSION "4.8"
386 /* Define to 1 if on MINIX. */
387 /* #undef _MINIX */
389 /* Define to 2 if the system does not provide POSIX.1 features except with
390 this defined. */
391 /* #undef _POSIX_1_SOURCE */
393 /* Define to 1 if you need to in order for `stat' and other things to work. */
394 /* #undef _POSIX_SOURCE */
396 /* Define to empty if `const' does not conform to ANSI C. */
397 /* #undef const */
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
405 /* Define to rpl_mkstemp if the replacement function should be used. */
406 /* #undef mkstemp */
408 /* Define to `long' if <sys/types.h> does not define. */
409 /* #undef off_t */
411 /* Define as the type of the result of subtracting two pointers, if the system
412 doesn't define it. */
413 /* #undef ptrdiff_t */
415 /* Define to empty if the C compiler doesn't support this keyword. */
416 /* #undef signed */
418 /* Define to `unsigned' if <sys/types.h> does not define. */
419 /* #undef size_t */
421 /* Define to unsigned long or unsigned long long if <stdint.h> and
422 <inttypes.h> don't define. */
423 /* #undef uintmax_t */