summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-12-22 21:39:13 +0000
committerFreeArtMan <dos21h@gmail.com>2015-12-22 21:39:13 +0000
commit509c6f05b2ae770b9bee253621fad7be442fac1e (patch)
tree9d6b6205f4db3e22261293dd61c3fbb3b281f105 /config.h
parent8900b3c75142c9701657f20b307d70f106cc3697 (diff)
downloadradiola-509c6f05b2ae770b9bee253621fad7be442fac1e.tar.gz
radiola-509c6f05b2ae770b9bee253621fad7be442fac1e.zip
Added BSD makefile to compile tests that are compilable
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"