diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,9 @@ Default configuration is linux configuration ofc */ -#if defined(OS_NETBSD) +#define def(X) defined(CONFIG_##X) + +#if def(OS_NETBSD) #include "config/config_bsd.h" #else #include "config/config_linux.h" |