annotate libdha/config.h @ 18624:06c236dd604b

avoid usage of head -1/head -n 1 and use sed 1q instead
author ivo
date Wed, 07 Jun 2006 15:03:25 +0000
parents 9dbb9c710480
children a7e5d72343e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4473
620c6ade8188 initial
alex
parents:
diff changeset
1 #ifndef LIBDHA_CONFIG_H
620c6ade8188 initial
alex
parents:
diff changeset
2 #define LIBDHA_CONFIG_H
620c6ade8188 initial
alex
parents:
diff changeset
3
620c6ade8188 initial
alex
parents:
diff changeset
4 #include "../config.h"
620c6ade8188 initial
alex
parents:
diff changeset
5
620c6ade8188 initial
alex
parents:
diff changeset
6 #ifdef TARGET_LINUX
7842
0e39a6112333 don't build dhahelper on PPC linux
arpi
parents: 4473
diff changeset
7 #ifndef __powerpc__
4473
620c6ade8188 initial
alex
parents:
diff changeset
8 #define CONFIG_DHAHELPER
620c6ade8188 initial
alex
parents:
diff changeset
9 #endif
7842
0e39a6112333 don't build dhahelper on PPC linux
arpi
parents: 4473
diff changeset
10 #endif
4473
620c6ade8188 initial
alex
parents:
diff changeset
11
8503
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
12 #if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
13 #undef CONFIG_SVGAHELPER
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
14 #endif
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
15
4473
620c6ade8188 initial
alex
parents:
diff changeset
16 #endif /* LIBDHA_CONFIG_H */