blob: 97d929e6c1f17dbce9e7d95014033a06f8529215 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H
#include "../config.h"
#ifdef TARGET_LINUX
#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
#endif
#endif /* LIBDHA_CONFIG_H */
|