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 */