Deleted Added
full compact
1c1
< /* $FreeBSD: head/contrib/texinfo/config.h 116532 2003-06-18 13:02:27Z ru $ */
---
> /* $FreeBSD: head/contrib/texinfo/config.h 146522 2005-05-23 10:52:07Z ru $ */
29a30,32
> /* Define to 1 if you have the `asprintf' function. */
> #define HAVE_ASPRINTF 1
>
36a40,51
> /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
> don't. */
> #define HAVE_DECL_FEOF_UNLOCKED 1
>
> /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
> you don't. */
> #define HAVE_DECL_FGETS_UNLOCKED 0
>
> /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
> don't. */
> #define HAVE_DECL_GETC_UNLOCKED 1
>
41,42c56,58
< /* Define if this function is declared. */
< #define HAVE_DECL_STRCASECMP 1
---
> /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
> */
> #define HAVE_DECL_MEMCHR 1
44c60,61
< /* Define if this function is declared. */
---
> /* Define to 1 if you have the declaration of `strcoll', and to 0 if you
> don't. */
47c64,65
< /* Define if this function is declared. */
---
> /* Define to 1 if you have the declaration of `strerror', and to 0 if you
> don't. */
50,51c68,70
< /* Define if this function is declared. */
< #define HAVE_DECL_STRNCASECMP 1
---
> /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
> don't. */
> #define HAVE_DECL__SNPRINTF 0
52a72,75
> /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
> don't. */
> #define HAVE_DECL__SNWPRINTF 0
>
59,60c82,83
< /* Define to 1 if you have the `feof_unlocked' function. */
< #define HAVE_FEOF_UNLOCKED 1
---
> /* Define to 1 if you have the `fwprintf' function. */
> #define HAVE_FWPRINTF 1
62,64d84
< /* Define to 1 if you have the `fgets_unlocked' function. */
< /* #undef HAVE_FGETS_UNLOCKED */
<
68,70d87
< /* Define to 1 if you have the `getc_unlocked' function. */
< #define HAVE_GETC_UNLOCKED 1
<
93c110
< /* #undef HAVE_ICONV */
---
> #define HAVE_ICONV 1
94a112,114
> /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
> #define HAVE_INTMAX_T 1
>
119a140,145
> /* Define if you have the 'long double' type. */
> #define HAVE_LONG_DOUBLE 1
>
> /* Define if you have the 'long long' type. */
> #define HAVE_LONG_LONG 1
>
152a179,181
> /* Define if your printf() function supports format strings with positions. */
> #define HAVE_POSIX_PRINTF 1
>
176a206,208
> /* Define to 1 if you have the `snprintf' function. */
> #define HAVE_SNPRINTF 1
>
274a307,315
> /* Define if you have the 'wchar_t' type. */
> #define HAVE_WCHAR_T 1
>
> /* Define to 1 if you have the `wcslen' function. */
> #define HAVE_WCSLEN 1
>
> /* Define if you have the 'wint_t' type. */
> #define HAVE_WINT_T 1
>
291c332
< /* #undef ICONV_CONST */
---
> #define ICONV_CONST const
306c347
< #define PACKAGE_STRING "GNU Texinfo 4.6"
---
> #define PACKAGE_STRING "GNU Texinfo 4.8"
312c353
< #define PACKAGE_VERSION "4.6"
---
> #define PACKAGE_VERSION "4.8"
319a361,364
> /* Define as the maximum value of type 'size_t', if the system doesn't define
> it. */
> /* #undef SIZE_MAX */
>
323,325c368,370
< STACK_DIRECTION > 0 => grows toward higher addresses
< STACK_DIRECTION < 0 => grows toward lower addresses
< STACK_DIRECTION = 0 => direction of growth unknown */
---
> STACK_DIRECTION > 0 => grows toward higher addresses
> STACK_DIRECTION < 0 => grows toward lower addresses
> STACK_DIRECTION = 0 => direction of growth unknown */
338c383
< #define VERSION "4.6"
---
> #define VERSION "4.8"
353,354c398,400
< /* Define as `__inline' if that's what the C compiler calls it, or to nothing
< if it is not supported. */
---
> /* Define to `__inline__' or `__inline' if that's what the C compiler
> calls it, or to nothing if 'inline' is not supported under any name. */
> #ifndef __cplusplus
355a402
> #endif
362a410,416
> /* Define as the type of the result of subtracting two pointers, if the system
> doesn't define it. */
> /* #undef ptrdiff_t */
>
> /* Define to empty if the C compiler doesn't support this keyword. */
> /* #undef signed */
>