Update for 5.0
This commit is contained in:
parent
dc104a35ba
commit
320d8f045c
@ -1,13 +1,19 @@
|
||||
/* $FreeBSD$ */
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.h. Generated by configure. */
|
||||
/* config.h.in. Maintained by hand. */
|
||||
|
||||
/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
|
||||
characters, even if the OS supports them. */
|
||||
/* #undef NO_MULTIBYTE_SUPPORT */
|
||||
|
||||
/* Define if on MINIX. */
|
||||
/* #undef _MINIX */
|
||||
|
||||
/* Define as the return type of signal handlers (int or void). */
|
||||
#define RETSIGTYPE void
|
||||
|
||||
#define VOID_SIGHANDLER 1
|
||||
|
||||
/* Characteristics of the compiler. */
|
||||
/* #undef const */
|
||||
|
||||
@ -22,8 +28,6 @@
|
||||
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
||||
/* #undef STAT_MACROS_BROKEN */
|
||||
|
||||
#define VOID_SIGHANDLER 1
|
||||
|
||||
/* Define if you have the isascii function. */
|
||||
#define HAVE_ISASCII 1
|
||||
|
||||
@ -33,6 +37,12 @@
|
||||
/* Define if you have the lstat function. */
|
||||
#define HAVE_LSTAT 1
|
||||
|
||||
/* Define if you have the mbrlen function. */
|
||||
#define HAVE_MBRLEN 1
|
||||
|
||||
/* Define if you have the mbrtowc function. */
|
||||
#define HAVE_MBRTOWC 1
|
||||
|
||||
/* Define if you have the mbsrtowcs function. */
|
||||
#define HAVE_MBSRTOWCS 1
|
||||
|
||||
@ -68,9 +78,14 @@
|
||||
/* Define if you have the vsnprintf function. */
|
||||
#define HAVE_VSNPRINTF 1
|
||||
|
||||
/* Define if you have the wctomb function. */
|
||||
#define HAVE_WCTOMB 1
|
||||
|
||||
/* Define if you have the wcwidth function. */
|
||||
#define HAVE_WCWIDTH 1
|
||||
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define if you have the <dirent.h> header file. */
|
||||
#define HAVE_DIRENT_H 1
|
||||
|
||||
@ -135,7 +150,7 @@
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define if you have the <varargs.h> header file. */
|
||||
#define HAVE_VARARGS_H 1
|
||||
/* #undef HAVE_VARARGS_H */
|
||||
|
||||
/* Define if you have the <wchar.h> header file. */
|
||||
#define HAVE_WCHAR_H 1
|
||||
@ -165,9 +180,9 @@
|
||||
|
||||
#define HAVE_GETPW_DECLS 1
|
||||
|
||||
#define STRUCT_DIRENT_HAS_D_INO 1
|
||||
/* #undef STRUCT_DIRENT_HAS_D_INO */
|
||||
|
||||
#define STRUCT_DIRENT_HAS_D_FILENO 1
|
||||
/* #undef STRUCT_DIRENT_HAS_D_FILENO */
|
||||
|
||||
/* #undef HAVE_BSD_SIGNALS */
|
||||
|
||||
@ -179,6 +194,8 @@
|
||||
|
||||
#define HAVE_POSIX_SIGSETJMP 1
|
||||
|
||||
#define CTYPE_NON_ASCII 1
|
||||
|
||||
/* modify settings or make new ones based on what autoconf tells us. */
|
||||
|
||||
/* Ultrix botches type-ahead when switching from canonical to
|
||||
|
Loading…
Reference in New Issue
Block a user