aboutsummaryrefslogtreecommitdiffstats
path: root/config-bot.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2000-03-17 21:46:59 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:53 +0000
commitbb70624e964126b7ac4ff085ba163a9c35ffa18f (patch)
treeba2dd4add13ada94b1899c6d4aca80195b80b74b /config-bot.h
parentb72432fdcc59300c6fe7c9d6c8a31ad3447933f5 (diff)
downloadandroid_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.tar.gz
android_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.tar.bz2
android_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.zip
Imported from ../bash-2.04.tar.gz.
Diffstat (limited to 'config-bot.h')
-rw-r--r--config-bot.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/config-bot.h b/config-bot.h
index b4635ed..3091533 100644
--- a/config-bot.h
+++ b/config-bot.h
@@ -44,8 +44,12 @@
# define HISTORY
#endif
+#if defined (PROGRAMMABLE_COMPLETION) && !defined (READLINE)
+# undef PROGRAMMABLE_COMPLETION
+#endif
+
#if !defined (V9_ECHO)
-# undef DEFAULT_ECHO_TO_USG
+# undef DEFAULT_ECHO_TO_XPG
#endif
#if defined (JOB_CONTROL_MISSING)
@@ -66,6 +70,11 @@
# undef HAVE_STRCOLL
#endif
+#if defined (HAVE_SYS_SOCKET_H) && defined (HAVE_GETPEERNAME) && defined (HAVE_NETINET_IN_H)
+# define HAVE_NETWORK
+#endif
+
#if !defined (PROMPT_STRING_DECODE)
+# undef PPROMPT
# define PPROMPT "$ "
#endif