Subversion Repositories HelenOS

Rev

Rev 3275 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3275 Rev 3304
Line 2... Line 2...
2
 * Various temporary port work-arounds are addressed in __HELENOS__ , this
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
3
 * serves as a convenience and later as a guide to make "phony.h" for future
4
 * ports */
4
 * ports */
5
 
5
 
6
/* Specific port work-arounds : */
6
/* Specific port work-arounds : */
7
#ifdef HELENOS
-
 
8
#define PATH_MAX 255
7
#define PATH_MAX 255
9
#define EXIT_SUCCESS 0
8
#define EXIT_SUCCESS 0
10
#define EXIT_FAILURE 0
9
#define EXIT_FAILURE 0
11
#endif
-
 
12
 
10
 
13
/* Work around for getenv() */
11
/* Work around for getenv() */
14
#define PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
12
#define PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
15
#define PATH_DELIM ":"
13
#define PATH_DELIM ":"
16
 
14