aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
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
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')
-rw-r--r--config.h26
1 files changed, 23 insertions, 3 deletions
diff --git a/config.h b/config.h
index dcdc9d1..624fb5a 100644
--- a/config.h
+++ b/config.h
@@ -216,6 +216,9 @@
/* The number of bytes in a double (hopefully 8). */
#define SIZEOF_DOUBLE 8
+/* The number of bytes in an `intmax_t'. */
+#define SIZEOF_INTMAX_T 8
+
/* The number of bytes in a `long long', if we have one. */
#define SIZEOF_LONG_LONG 8
@@ -416,6 +419,8 @@
#define HAVE_STRUCT_TIMEZONE 1
+#define WEXITSTATUS_OFFSET 8
+
/* Characteristics of definitions in the system header files. */
#define HAVE_GETPW_DECLS 1
@@ -547,18 +552,21 @@
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
+/* Define if you have the dprintf function. */
+#define HAVE_DPRINTF 1
+
/* Define if you have the dup2 function. */
#define HAVE_DUP2 1
/* 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. */
#define HAVE_FCNTL 1
-/* Define if you have the fdprintf function. */
-/* #undef HAVE_FDPRINTF */
-
/* Define if you have the fpurge/__fpurge function. */
#define HAVE_FPURGE 1
/* #undef HAVE___FPURGE */
@@ -681,6 +689,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. */
#define HAVE_MBSRTOWCS 1
@@ -763,6 +774,9 @@
/* Define if you have the strchr function. */
#define HAVE_STRCHR 1
+/* Define if you have the strchrnul function. */
+/* #undef HAVE_STRCHRNUL */
+
/* Define if you have the strcoll function. */
#define HAVE_STRCOLL 1
@@ -868,6 +882,9 @@
/* Define if you have the wctype function. */
#define HAVE_WCTYPE 1
+/* Define if you have the wcswidth function. */
+#define HAVE_WCSWIDTH 1
+
/* Define if you have the wcwidth function. */
#define HAVE_WCWIDTH 1
@@ -994,6 +1011,9 @@
#define HAVE_TERMIO_H 1
#endif
+/* Define if you have the <ulimit.h> header file. */
+#define HAVE_ULIMIT_H 1
+
/* Define if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1