Home
last modified time | relevance | path

Searched refs:CONFIG_OS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/tradcpp/dist/
H A Dconfig.h52 #ifndef CONFIG_OS
54 #define CONFIG_OS "__NetBSD__" macro
57 #define CONFIG_OS "__FreeBSD__" macro
60 #define CONFIG_OS "__OpenBSD__" macro
63 #define CONFIG_OS "__DragonFly__" macro
66 #define CONFIG_OS "__bsdi__" macro
69 #define CONFIG_OS "__sun" macro
72 #define CONFIG_OS "__sgi" macro
75 #define CONFIG_OS "__SVR4" macro
78 #define CONFIG_OS "__APPLE__" macro
[all …]
H A Dmain.c226 #ifdef CONFIG_OS in apply_builtin_macros()
227 apply_builtin_macro(n++, CONFIG_OS, "1"); in apply_builtin_macros()