aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2002-07-17 14:10:11 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:55 +0000
commit7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (patch)
treeb792f26ecca68813c51ed5ba2e381790758ef31b /config.h.in
parentf73dda092b33638d2d5e9c35375f687a607b5403 (diff)
downloadandroid_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.gz
android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.bz2
android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.zip
Imported from ../bash-2.05b.tar.gz.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in62
1 files changed, 59 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 580217a..ff28c0d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,6 +1,6 @@
/* config.h -- Configuration file for bash. */
-/* Copyright (C) 1987-2001 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -132,6 +132,10 @@
and the complete builtin. */
#undef PROGRAMMABLE_COMPLETION
+/* Define MEMSCRAMBLE if you want the bash malloc and free to scramble
+ memory contents on malloc() and free(). */
+#undef MEMSCRAMBLE
+
/* Define AFS if you are using Transarc's AFS. */
#undef AFS
@@ -202,6 +206,8 @@
/* Define if using the bash version of malloc in lib/malloc/malloc.c */
#undef USING_BASH_MALLOC
+#undef DISABLE_MALLOC_WRAPPERS
+
/* Define if using alloca.c. */
#undef C_ALLOCA
@@ -321,6 +327,8 @@
#undef HAVE_TIMEVAL
+#undef HAVE_TZNAME
+
/* Characteristics of some of the system structures. */
@@ -336,6 +344,8 @@
#undef STRUCT_WINSIZE_IN_SYS_IOCTL
+#undef TM_IN_SYS_TIME
+
#undef STRUCT_WINSIZE_IN_TERMIOS
#undef SPEED_T_IN_SYS_TYPES
@@ -346,6 +356,9 @@
#undef HAVE_STRUCT_STAT_ST_BLOCKS
+#undef HAVE_STRUCT_TM_TM_ZONE
+#undef HAVE_TM_ZONE
+
/* Characteristics of definitions in the system header files. */
#undef HAVE_GETPW_DECLS
@@ -354,16 +367,22 @@
#undef HAVE_LIBC_FNM_EXTMATCH
+
#undef HAVE_DECL_CONFSTR
-#undef HAVE_DECL_STRTOLD
+#undef HAVE_DECL_PRINTF
#undef HAVE_DECL_SBRK
-#undef HAVE_DECL_PRINTF
+#undef HAVE_DECL_STRCPY
#undef HAVE_DECL_STRSIGNAL
+#undef HAVE_DECL_STRTOLD
+
+
+#undef HAVE_MBSTATE_T
+
/* These are checked with BASH_CHECK_DECL */
#undef HAVE_DECL_STRTOIMAX
@@ -395,8 +414,15 @@
#undef CAN_REDEFINE_GETENV
+#undef HAVE_STD_PUTENV
+
+#undef HAVE_STD_UNSETENV
+
#undef HAVE_PRINTF_A_FORMAT
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+#undef HAVE_LANGINFO_CODESET
+
/* Characteristics of properties exported by the kernel. */
/* Define if the kernel can exec files beginning with #! */
@@ -496,6 +522,9 @@
/* Define if you have the getservbyname function. */
#undef HAVE_GETSERVBYNAME
+/* Define if you have the getservent function. */
+#undef HAVE_GETSERVENT
+
/* Define if you have the gettext function. */
#undef HAVE_GETTEXT
@@ -517,6 +546,9 @@
/* Define if you have the isgraph function. */
#undef HAVE_ISGRAPH
+/* Define if you have the isint function in libc */
+#undef HAVE_ISINF_IN_LIBC
+
/* Define if you have the isprint function. */
#undef HAVE_ISPRINT
@@ -532,9 +564,15 @@
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
+/* Define if you have the mbsrtowcs function. */
+#undef HAVE_MBSRTOWCS
+
/* Define if you have the memmove function. */
#undef HAVE_MEMMOVE
+/* Define if you have the memset function. */
+#undef HAVE_MEMSET
+
/* Define if you have the mkfifo function. */
#undef HAVE_MKFIFO
@@ -595,6 +633,9 @@
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
+/* Define if you have the strftime function. */
+#undef HAVE_STRFTIME
+
/* Define if you have the strpbrk function. */
#undef HAVE_STRPBRK
@@ -649,6 +690,9 @@
/* Define if you have the uname function. */
#undef HAVE_UNAME
+/* Define if you have the unsetenv function. */
+#undef HAVE_UNSETENV
+
/* Define if you have the vasprintf function. */
#undef HAVE_VASPRINTF
@@ -664,6 +708,9 @@
/* Define if you have the wait3 function. */
#undef HAVE_WAIT3
+/* Define if you have the wcwidth function. */
+#undef HAVE_WCWIDTH
+
/* Presence of certain system include files. */
/* Define if you have the <arpa/inet.h> header file. */
@@ -681,6 +728,9 @@
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
+
/* Define if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
@@ -776,6 +826,12 @@
/* Define if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H
+/* Define if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
+
+/* Define if you have the <varargs.h> header file. */
+#undef HAVE_WCTYPE_H
+
/* Presence of certain system libraries. */
#undef HAVE_LIBDL