Changeset 8722b38 in mainline
- Timestamp:
- 2008-09-14T16:57:02Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 901e827
- Parents:
- 4f8a0c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/config.h
r4f8a0c0 r8722b38 5 5 6 6 /* Specific port work-arounds : */ 7 #ifndef PATH_MAX 7 8 #define PATH_MAX 255 9 #endif 10 11 #ifndef EXIT_SUCCESS 8 12 #define EXIT_SUCCESS 0 9 #define EXIT_FAILURE 0 13 #define EXIT_FAILURE 1 14 #endif 10 15 11 16 /* Work around for getenv() */ … … 27 32 #define PACKAGE_NAME "bdsh" 28 33 #define PACKAGE_STRING "The brain dead shell" 29 #define PACKAGE_TARNAME " scli"34 #define PACKAGE_TARNAME "bdsh" 30 35 #define PACKAGE_VERSION "0.0.1" 31 36
Note:
See TracChangeset
for help on using the changeset viewer.