summaryrefslogtreecommitdiff
path: root/src/config/config_bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_bsd.h')
-rw-r--r--src/config/config_bsd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config/config_bsd.h b/src/config/config_bsd.h
new file mode 100644
index 0000000..f74e647
--- /dev/null
+++ b/src/config/config_bsd.h
@@ -0,0 +1,11 @@
+#ifndef __CONFIG_BSD_H
+#define __CONFIG_BSD_H
+#define CONFIG_CORE
+#define CONFIG_OS_NETBSD
+#define CONFIG_DRAW
+#define CONFIG_HW
+#define CONFIG_HW_LIB_ORIG
+#define CONFIG_HW_NO_AUDIO
+#define CONFIG_MOD
+#define CONFIG_MOD_FM_DEMOD
+#endif