summaryrefslogtreecommitdiffstats
path: root/libdha/config.h
blob: 6a0eca997cacca906e3636eff35af5dfd9ab5cc6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H

#include "../config.h"

#ifdef TARGET_LINUX
#define CONFIG_DHAHELPER
#endif

#endif /* LIBDHA_CONFIG_H */