Subversion Repositories HelenOS

Rev

Rev 3425 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3425 Rev 3437
Line 1... Line 1...
1
/* Various things that are used in many files
1
/* Various things that are used in many places including a few
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
2
 * tidbits left over from autoconf prior to the HelenOS port */
4
 * ports */
-
 
5
 
3
 
6
/* Specific port work-arounds : */
4
/* Specific port work-arounds : */
7
#ifndef PATH_MAX
5
#ifndef PATH_MAX
8
#define PATH_MAX 255
6
#define PATH_MAX 255
9
#endif
7
#endif