Rev 3346 | Rev 3417 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3346 | Rev 3410 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | #define PATH_MAX 255 |
7 | #define PATH_MAX 255 |
8 | #define EXIT_SUCCESS 0 |
8 | #define EXIT_SUCCESS 0 |
9 | #define EXIT_FAILURE 0 |
9 | #define EXIT_FAILURE 0 |
10 | 10 | ||
11 | /* Work around for getenv() */ |
11 | /* Work around for getenv() */ |
12 | #define PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" |
12 | #define PATH "/srv:/app" |
13 | #define PATH_DELIM ":" |
13 | #define PATH_DELIM ":" |
14 | 14 | ||
15 | /* Used in many places */ |
15 | /* Used in many places */ |
16 | #define SMALL_BUFLEN 256 |
16 | #define SMALL_BUFLEN 256 |
17 | #define LARGE_BUFLEN 1024 |
17 | #define LARGE_BUFLEN 1024 |