summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdha/config.h b/libdha/config.h
new file mode 100644
index 0000000000..6a0eca997c
--- /dev/null
+++ b/libdha/config.h
@@ -0,0 +1,10 @@
+#ifndef LIBDHA_CONFIG_H
+#define LIBDHA_CONFIG_H
+
+#include "../config.h"
+
+#ifdef TARGET_LINUX
+#define CONFIG_DHAHELPER
+#endif
+
+#endif /* LIBDHA_CONFIG_H */