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

/openbsd-current/libexec/tradcpp/
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
81 #define CONFIG_OS macro
83 #define CONFIG_OS macro
85 #define CONFIG_OS macro
87 #define CONFIG_OS macro
90 #define CONFIG_OS macro
[all...]
H A Dmain.c227 #ifdef CONFIG_OS
228 apply_builtin_macro(n++, CONFIG_OS, "1");

Completed in 169 milliseconds