lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since a56f4b2 was 216d6fc, checked in by Tim Post <echo@…>, 17 years ago |
Merge with shell @ 3241 for bdsh
|
-
Property mode
set to
100644
|
File size:
925 bytes
|
Line | |
---|
1 | /* Various things that are used in many files
|
---|
2 | * Various temporary port work-arounds are addressed in __HELENOS__ , this
|
---|
3 | * serves as a convenience and later as a guide to make "phony.h" for future
|
---|
4 | * ports */
|
---|
5 |
|
---|
6 | /* Specific port work-arounds : */
|
---|
7 | #define PATH_MAX 255
|
---|
8 | #define EXIT_SUCCESS 0
|
---|
9 | #define EXIT_FAILURE 0
|
---|
10 |
|
---|
11 | /* Work around for getenv() */
|
---|
12 | #define PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
---|
13 | #define PATH_DELIM ":"
|
---|
14 |
|
---|
15 | /* Used in many places */
|
---|
16 | #define SMALL_BUFLEN 256
|
---|
17 | #define LARGE_BUFLEN 1024
|
---|
18 |
|
---|
19 | /* How many words (arguments) are permitted, how big can a whole
|
---|
20 | * sentence be? Similar to ARG_MAX */
|
---|
21 | #define WORD_MAX 255
|
---|
22 | #define INPUT_MAX 1024
|
---|
23 |
|
---|
24 | /* Leftovers from Autoconf */
|
---|
25 | #define PACKAGE_MAINTAINER "Tim Post"
|
---|
26 | #define PACKAGE_BUGREPORT "echo@echoreply.us"
|
---|
27 | #define PACKAGE_NAME "bdsh"
|
---|
28 | #define PACKAGE_STRING "The brain dead shell"
|
---|
29 | #define PACKAGE_TARNAME "scli"
|
---|
30 | #define PACKAGE_VERSION "0.0.1"
|
---|
31 |
|
---|
32 |
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.