aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2005-12-07 14:08:12 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:57 +0000
commit95732b497d12c98613bb3c5db16b61f377501a59 (patch)
tree5e1cdf79eb0407e09dca4c0ec29e11442c7d1d15 /config.h.in
parenteb87367179effbe5f430236db8259006d71438b7 (diff)
downloadandroid_external_bash-95732b497d12c98613bb3c5db16b61f377501a59.tar.gz
android_external_bash-95732b497d12c98613bb3c5db16b61f377501a59.tar.bz2
android_external_bash-95732b497d12c98613bb3c5db16b61f377501a59.zip
Imported from ../bash-3.1.tar.gz.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in32
1 files changed, 31 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 753b18a..7fde761 100644
--- a/config.h.in
+++ b/config.h.in
@@ -144,6 +144,10 @@
bash debugger. */
#undef DEBUGGER
+/* Define STRICT_POSIX if you want bash to be strictly posix.2 conformant by
+ default (except for echo; that is controlled separately). */
+#undef STRICT_POSIX
+
/* Define MEMSCRAMBLE if you want the bash malloc and free to scramble
memory contents on malloc() and free(). */
#undef MEMSCRAMBLE
@@ -386,7 +390,6 @@
#undef HAVE_LIBC_FNM_EXTMATCH
-
#undef HAVE_DECL_CONFSTR
#undef HAVE_DECL_PRINTF
@@ -403,6 +406,9 @@
#undef HAVE_MBSTATE_T
+/* Define if WCONTINUED is defined in system headers, but rejected by waitpid */
+#undef WCONTINUED_BROKEN
+
/* These are checked with BASH_CHECK_DECL */
#undef HAVE_DECL_STRTOIMAX
@@ -508,6 +514,9 @@
/* Define if you have the dup2 function. */
#undef HAVE_DUP2
+/* Define if you have the fcntl function. */
+#undef HAVE_FCNTL
+
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
@@ -532,6 +541,15 @@
/* Define if you have the getpeername function. */
#undef HAVE_GETPEERNAME
+/* Define if you have the getpwent function. */
+#undef HAVE_GETPWENT
+
+/* Define if you have the getpwnam function. */
+#undef HAVE_GETPWNAM
+
+/* Define if you have the getpwuid function. */
+#undef HAVE_GETPWUID
+
/* Define if you have the getrlimit function. */
#undef HAVE_GETRLIMIT
@@ -574,6 +592,9 @@
/* Define if you have the isxdigit function. */
#undef HAVE_ISXDIGIT
+/* Define if you have the kill function. */
+#undef HAVE_KILL
+
/* Define if you have the killpg function. */
#undef HAVE_KILLPG
@@ -604,6 +625,9 @@
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
+/* Define if you have the raise function. */
+#undef HAVE_RAISE
+
/* Define if you have the readlink function. */
#undef HAVE_READLINK
@@ -664,6 +688,9 @@
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
+/* Define if you have the strnlen function. */
+#undef HAVE_STRNLEN
+
/* Define if you have the strpbrk function. */
#undef HAVE_STRPBRK
@@ -783,6 +810,9 @@
/* Define if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
+/* Define if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
+
/* Define if you have the <regex.h> header file. */
#undef HAVE_REGEX_H