From f4b417c62a4f272c4cf9a074d0f7a3a97201f9db Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 17 Apr 2012 11:23:35 +0200 Subject: Update to upstream bash 4.2 This upgrades bash to from 4.1-rc to 4.2-release. See CWRU/changelog for changes. Change-Id: I926269c300cf44fa25964b5b375a148fcf11c4b7 --- config.h.in | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 07352dd..6b1fc4a 100644 --- a/config.h.in +++ b/config.h.in @@ -215,6 +215,9 @@ /* The number of bytes in a double (hopefully 8). */ #undef SIZEOF_DOUBLE +/* The number of bytes in an `intmax_t'. */ +#undef SIZEOF_INTMAX_T + /* The number of bytes in a `long long', if we have one. */ #undef SIZEOF_LONG_LONG @@ -415,6 +418,8 @@ #undef HAVE_STRUCT_TIMEZONE +#undef WEXITSTATUS_OFFSET + /* Characteristics of definitions in the system header files. */ #undef HAVE_GETPW_DECLS @@ -546,18 +551,21 @@ /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT +/* Define if you have the dprintf function. */ +#undef HAVE_DPRINTF + /* Define if you have the dup2 function. */ #undef HAVE_DUP2 /* Define if you have the eaccess function. */ #undef HAVE_EACCESS +/* Define if you have the faccessat function. */ +#undef HAVE_FACCESSAT + /* Define if you have the fcntl function. */ #undef HAVE_FCNTL -/* Define if you have the fdprintf function. */ -#undef HAVE_FDPRINTF - /* Define if you have the fpurge/__fpurge function. */ #undef HAVE_FPURGE #undef HAVE___FPURGE @@ -680,6 +688,9 @@ /* Define if you have the mbscmp function. */ #undef HAVE_MBSCMP +/* Define if you have the mbsnrtowcs function. */ +#undef HAVE_MBSNRTOWCS + /* Define if you have the mbsrtowcs function. */ #undef HAVE_MBSRTOWCS @@ -762,6 +773,9 @@ /* Define if you have the strchr function. */ #undef HAVE_STRCHR +/* Define if you have the strchrnul function. */ +#undef HAVE_STRCHRNUL + /* Define if you have the strcoll function. */ #undef HAVE_STRCOLL @@ -867,6 +881,9 @@ /* Define if you have the wctype function. */ #undef HAVE_WCTYPE +/* Define if you have the wcswidth function. */ +#undef HAVE_WCSWIDTH + /* Define if you have the wcwidth function. */ #undef HAVE_WCWIDTH @@ -994,6 +1011,9 @@ /* Define if you have the header file. */ #undef HAVE_TERMIOS_H +/* Define if you have the header file. */ +#undef HAVE_ULIMIT_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v1.1