annotate libdha/config.h @ 6407:2b61d16017da

Background now uses CSS, added charset, quoted all attributes that need quoting (contain % or #), typos, misc HTML fixes and all HTML tags should be UPPERCASE.
author diego
date Thu, 13 Jun 2002 00:26:51 +0000
parents 620c6ade8188
children 0e39a6112333
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
620c6ade8188 initial
alex
parents:
diff changeset
7 #define CONFIG_DHAHELPER
620c6ade8188 initial
alex
parents:
diff changeset
8 #endif
620c6ade8188 initial
alex
parents:
diff changeset
9
620c6ade8188 initial
alex
parents:
diff changeset
10 #endif /* LIBDHA_CONFIG_H */