comparison libdha/config.h @ 7842:0e39a6112333

don't build dhahelper on PPC linux patch by Colin Leroy <colin@colino.net>
author arpi
date Tue, 22 Oct 2002 15:09:36 +0000
parents 620c6ade8188
children 9dbb9c710480
comparison
equal deleted inserted replaced
7841:ec973e2fe787 7842:0e39a6112333
2 #define LIBDHA_CONFIG_H 2 #define LIBDHA_CONFIG_H
3 3
4 #include "../config.h" 4 #include "../config.h"
5 5
6 #ifdef TARGET_LINUX 6 #ifdef TARGET_LINUX
7 #ifndef __powerpc__
7 #define CONFIG_DHAHELPER 8 #define CONFIG_DHAHELPER
9 #endif
8 #endif 10 #endif
9 11
10 #endif /* LIBDHA_CONFIG_H */ 12 #endif /* LIBDHA_CONFIG_H */