Changeset 3269 for trunk/essentials/app-shells/bash/config-top.h
- Timestamp:
- May 1, 2007, 6:40:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/config-top.h
r3231 r3269 52 52 /* The default value of the PATH variable. */ 53 53 #ifndef DEFAULT_PATH_VALUE 54 #ifdef __OS2__ 55 #define DEFAULT_PATH_VALUE \ 56 "/@unixroot/usr/gnu/bin:/@unixroot/usr/local/bin:/@unixroot/bin:/@unixroot/usr/bin:." 57 #else 54 58 #define DEFAULT_PATH_VALUE \ 55 59 "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:." 60 #endif 56 61 #endif 57 62 … … 59 64 the Posix.2 confstr () function, or CS_PATH define are not present. */ 60 65 #ifndef STANDARD_UTILS_PATH 66 #ifdef __OS2__ 67 #define STANDARD_UTILS_PATH \ 68 "/@unixroot/bin:/@unixroot/usr/bin:/@unixroot/sbin:/@unixroot/usr/sbin:/@unixroot/etc:/@unixroot/usr/etc" 69 #else 61 70 #define STANDARD_UTILS_PATH \ 62 71 "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" 72 #endif 63 73 #endif 64 74
Note:
See TracChangeset
for help on using the changeset viewer.