summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index df2d1f5..0026d32 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
Default configuration is linux configuration ofc
*/
-#if defined(BSD)
+#if defined(OS_NETBSD)
#include "config/config_bsd.h"
#else
#include "config/config_linux.h"