Imported from ../bash-2.05.tar.gz.
[platform/upstream/bash.git] / config-top.h
index ec11b8d..ee7b9ab 100644 (file)
@@ -1,4 +1,4 @@
-/* config.h.top */
+/* config-top.h */
 
 /* This contains various user-settable options not under the control of
    autoconf. */
@@ -53,3 +53,7 @@
 
 /* System-wide .bash_logout for login shells. */
 /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
+
+/* Define this to make non-interactive shells begun with argv[0][0] == '-'
+   run the startup files when not in posix mode. */
+/* #define NON_INTERACTIVE_LOGIN_SHELLS */