]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - config-top.h
Imported from ../bash-2.05a.tar.gz.
[thirdparty/bash.git] / config-top.h
index ee7b9abd2aecd7f4f83e1662da1b2e053134f143..3b0ac06054cfefc51666acfd7c5d34da74aa7feb 100644 (file)
@@ -57,3 +57,7 @@
 /* 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 */
+
+/* Define this if you want bash to try to check whether it's being run by
+   sshd and source the .bashrc if so (like the rshd behavior). */
+/* #define SSH_SOURCE_BASHRC */