Deleted Added
sdiff udiff text old ( 116532 ) new ( 146522 )
full compact
1/* $FreeBSD: head/contrib/texinfo/config.h 116532 2003-06-18 13:02:27Z ru $ */
2/* config.h. Generated by configure. */
3/* config.in. Generated from configure.ac by autoheader. */
4
5/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6 systems. This function is required for `alloca.c' support on those systems.
7 */
8/* #undef CRAY_STACKSEG_END */
9

--- 12 unchanged lines hidden (view full) ---

22
23/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24 */
25/* #undef HAVE_ALLOCA_H */
26
27/* Define to 1 if you have the <argz.h> header file. */
28/* #undef HAVE_ARGZ_H */
29
30/* Define to 1 if you have the `bzero' function. */
31#define HAVE_BZERO 1
32
33/* Define if the GNU dcgettext() function is already present or preinstalled.
34 */
35/* #undef HAVE_DCGETTEXT */
36
37/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
38 */
39#define HAVE_DECL_GETENV 1
40
41/* Define if this function is declared. */
42#define HAVE_DECL_STRCASECMP 1
43
44/* Define if this function is declared. */
45#define HAVE_DECL_STRCOLL 1
46
47/* Define if this function is declared. */
48#define HAVE_DECL_STRERROR 1
49
50/* Define if this function is declared. */
51#define HAVE_DECL_STRNCASECMP 1
52
53/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
54/* #undef HAVE_DOPRNT */
55
56/* Define to 1 if you have the <fcntl.h> header file. */
57#define HAVE_FCNTL_H 1
58
59/* Define to 1 if you have the `feof_unlocked' function. */
60#define HAVE_FEOF_UNLOCKED 1
61
62/* Define to 1 if you have the `fgets_unlocked' function. */
63/* #undef HAVE_FGETS_UNLOCKED */
64
65/* Define to 1 if you have the `getcwd' function. */
66#define HAVE_GETCWD 1
67
68/* Define to 1 if you have the `getc_unlocked' function. */
69#define HAVE_GETC_UNLOCKED 1
70
71/* Define to 1 if you have the `getegid' function. */
72#define HAVE_GETEGID 1
73
74/* Define to 1 if you have the `geteuid' function. */
75#define HAVE_GETEUID 1
76
77/* Define to 1 if you have the `getgid' function. */
78#define HAVE_GETGID 1

--- 6 unchanged lines hidden (view full) ---

85
86/* Define to 1 if you have the `gettimeofday' function. */
87/* #undef HAVE_GETTIMEOFDAY */
88
89/* Define to 1 if you have the `getuid' function. */
90#define HAVE_GETUID 1
91
92/* Define if you have the iconv() function. */
93/* #undef HAVE_ICONV */
94
95/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
96#define HAVE_INTTYPES_H 1
97
98/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
99 declares uintmax_t. */
100#define HAVE_INTTYPES_H_WITH_UINTMAX 1
101
102/* Define to 1 if you have the <io.h> header file. */

--- 9 unchanged lines hidden (view full) ---

112/* #undef HAVE_LIBBSD */
113
114/* Define to 1 if you have the <limits.h> header file. */
115#define HAVE_LIMITS_H 1
116
117/* Define to 1 if you have the <locale.h> header file. */
118#define HAVE_LOCALE_H 1
119
120/* Define to 1 if you have the <malloc.h> header file. */
121/* #undef HAVE_MALLOC_H */
122
123/* Define to 1 if you have the `memcpy' function. */
124#define HAVE_MEMCPY 1
125
126/* Define to 1 if you have the `memmove' function. */
127#define HAVE_MEMMOVE 1

--- 17 unchanged lines hidden (view full) ---

145#define HAVE_MUNMAP 1
146
147/* Define to 1 if you have the <ncurses/termcap.h> header file. */
148/* #undef HAVE_NCURSES_TERMCAP_H */
149
150/* Define to 1 if you have the <nl_types.h> header file. */
151#define HAVE_NL_TYPES_H 1
152
153/* Define to 1 if you have the `putenv' function. */
154#define HAVE_PUTENV 1
155
156/* Define to 1 if you have the <pwd.h> header file. */
157#define HAVE_PWD_H 1
158
159/* Define to 1 if you have the `setenv' function. */
160#define HAVE_SETENV 1

--- 8 unchanged lines hidden (view full) ---

169#define HAVE_SIGACTION 1
170
171/* Define to 1 if you have the `sigprocmask' function. */
172#define HAVE_SIGPROCMASK 1
173
174/* Define to 1 if you have the `sigsetmask' function. */
175#define HAVE_SIGSETMASK 1
176
177/* Define to 1 if you have the <stddef.h> header file. */
178#define HAVE_STDDEF_H 1
179
180/* Define to 1 if you have the <stdint.h> header file. */
181#define HAVE_STDINT_H 1
182
183/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
184 uintmax_t. */

--- 82 unchanged lines hidden (view full) ---

267#define HAVE_UNISTD_H 1
268
269/* Define if you have the 'unsigned long long' type. */
270#define HAVE_UNSIGNED_LONG_LONG 1
271
272/* Define to 1 if you have the `vprintf' function. */
273#define HAVE_VPRINTF 1
274
275/* Define to 1 if you have the `__argz_count' function. */
276/* #undef HAVE___ARGZ_COUNT */
277
278/* Define to 1 if you have the `__argz_next' function. */
279/* #undef HAVE___ARGZ_NEXT */
280
281/* Define to 1 if you have the `__argz_stringify' function. */
282/* #undef HAVE___ARGZ_STRINGIFY */
283
284/* Define to 1 if you have the `__fsetlocking' function. */
285/* #undef HAVE___FSETLOCKING */
286
287/* Define to 1 if you have the `__secure_getenv' function. */
288/* #undef HAVE___SECURE_GETENV */
289
290/* Define as const if the declaration of iconv() needs const. */
291/* #undef ICONV_CONST */
292
293/* Define if integer division by zero raises signal SIGFPE. */
294#define INTDIV0_RAISES_SIGFPE 1
295
296/* Name of package */
297#define PACKAGE "texinfo"
298
299/* Define to the address where bug reports for this package should be sent. */
300#define PACKAGE_BUGREPORT ""
301
302/* Define to the full name of this package. */
303#define PACKAGE_NAME "GNU Texinfo"
304
305/* Define to the full name and version of this package. */
306#define PACKAGE_STRING "GNU Texinfo 4.6"
307
308/* Define to the one symbol short name of this package. */
309#define PACKAGE_TARNAME "texinfo"
310
311/* Define to the version of this package. */
312#define PACKAGE_VERSION "4.6"
313
314/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
315/* #undef PRI_MACROS_BROKEN */
316
317/* Define as the return type of signal handlers (`int' or `void'). */
318#define RETSIGTYPE void
319
320/* If using the C implementation of alloca, define if you know the
321 direction of stack growth for your system; otherwise it will be
322 automatically deduced at run-time.
323 STACK_DIRECTION > 0 => grows toward higher addresses
324 STACK_DIRECTION < 0 => grows toward lower addresses
325 STACK_DIRECTION = 0 => direction of growth unknown */
326/* #undef STACK_DIRECTION */
327
328/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
329/* #undef STAT_MACROS_BROKEN */
330
331/* Define to 1 if you have the ANSI C header files. */
332#define STDC_HEADERS 1
333
334/* Define to 1 if your <sys/time.h> declares `struct tm'. */
335/* #undef TM_IN_SYS_TIME */
336
337/* Version number of package */
338#define VERSION "4.6"
339
340/* Define to 1 if on MINIX. */
341/* #undef _MINIX */
342
343/* Define to 2 if the system does not provide POSIX.1 features except with
344 this defined. */
345/* #undef _POSIX_1_SOURCE */
346
347/* Define to 1 if you need to in order for `stat' and other things to work. */
348/* #undef _POSIX_SOURCE */
349
350/* Define to empty if `const' does not conform to ANSI C. */
351/* #undef const */
352
353/* Define as `__inline' if that's what the C compiler calls it, or to nothing
354 if it is not supported. */
355/* #undef inline */
356
357/* Define to rpl_mkstemp if the replacement function should be used. */
358/* #undef mkstemp */
359
360/* Define to `long' if <sys/types.h> does not define. */
361/* #undef off_t */
362
363/* Define to `unsigned' if <sys/types.h> does not define. */
364/* #undef size_t */
365
366/* Define to unsigned long or unsigned long long if <stdint.h> and
367 <inttypes.h> don't define. */
368/* #undef uintmax_t */