5516N/A# Define defaults for Solaris.
110N/A /* The default value of the PATH variable. */
110N/A #ifndef DEFAULT_PATH_VALUE
110N/A #define DEFAULT_PATH_VALUE \
110N/A /* The value for PATH when invoking `command -p'. This is only used when
110N/A the Posix.2 confstr () function, or CS_PATH define are not present. */
110N/A #ifndef STANDARD_UTILS_PATH
110N/A #define STANDARD_UTILS_PATH \
110N/A /* Default primary and secondary prompt strings. */
110N/A #define KSH_COMPATIBLE_SELECT
110N/A /* System-wide .bashrc file for interactive shells. */
110N/A /* System-wide .bash_logout for login shells. */
110N/A /* Define this to make non-interactive shells begun with argv[0][0] == '-'
110N/A run the startup files when not in posix mode. */
110N/A-/* #define NON_INTERACTIVE_LOGIN_SHELLS */
110N/A+#define NON_INTERACTIVE_LOGIN_SHELLS 1
110N/A /* Define this if you want bash to try to check whether it's being run by
110N/A sshd and source the .bashrc if so (like the rshd behavior). This checks