os_dep.h (270B)
1 /* os_dep.h 2 * (c) 2002 Mikulas Patocka 3 * This file is a part of the Links program, released under GPL. 4 */ 5 6 static inline int 7 dir_sep(unsigned char x) 8 { 9 return x == '/'; 10 } 11 #define SYSTEM_ID 1 12 #define SYSTEM_NAME "Unix" 13 #define SHARED_CONFIG_DIR "/etc/"