aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorSebastian Schmidt <yath@yath.de>2012-04-17 11:23:35 +0200
committerSebastian Schmidt <yath@yath.de>2012-04-17 11:24:20 +0200
commitf4b417c62a4f272c4cf9a074d0f7a3a97201f9db (patch)
treee2196f3b6361e2377c43ab47a3abf17d8f6afd77 /config.h.in
parent791237e44695d2ee123c8a6f665ef074f5fadfbb (diff)
downloadexternal_bash-f4b417c62a4f272c4cf9a074d0f7a3a97201f9db.zip
external_bash-f4b417c62a4f272c4cf9a074d0f7a3a97201f9db.tar.gz
external_bash-f4b417c62a4f272c4cf9a074d0f7a3a97201f9db.tar.bz2
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
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 23 insertions, 3 deletions
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 <termios.h> header file. */
#undef HAVE_TERMIOS_H
+/* Define if you have the <ulimit.h> header file. */
+#undef HAVE_ULIMIT_H
+
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H