# HG changeset patch # User diego # Date 1164555758 0 # Node ID ba973742b3aef6d57fb63d2b8c63adf13ff17852 # Parent 7711bf4e3320221af1fb80bb6f4e78436d5555d8 Remove config.h, there are multiple files under that name, inviting bugs and confusion. This file only contained two definitions, one commented out, the other never activated. diff -r 7711bf4e3320 -r ba973742b3ae libdha/config.h --- a/libdha/config.h Sun Nov 26 15:29:40 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#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 */