# HG changeset patch # User alex # Date 1012633483 0 # Node ID 620c6ade8188519ef5e9e9244347ca31cd3f8fb5 # Parent 68d588f4914b4981b0ea34b432d3a1f644475936 initial diff -r 68d588f4914b -r 620c6ade8188 libdha/config.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libdha/config.h Sat Feb 02 07:04:43 2002 +0000 @@ -0,0 +1,10 @@ +#ifndef LIBDHA_CONFIG_H +#define LIBDHA_CONFIG_H + +#include "../config.h" + +#ifdef TARGET_LINUX +#define CONFIG_DHAHELPER +#endif + +#endif /* LIBDHA_CONFIG_H */