summaryrefslogtreecommitdiffstats
path: root/libdha/config.h
blob: 15f61eecc74b0023f9dfa4741a9aa400e3cf3d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H

#include "../config.h"

#ifdef TARGET_LINUX
#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
#endif

#if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
#undef CONFIG_SVGAHELPER
#endif

#endif /* LIBDHA_CONFIG_H */