# HG changeset patch # User William Pitcock # Date 1191274841 18000 # Node ID 5412f8c2ec298f1a3ba97aa8c6506e39f24c95f4 # Parent 4b3d67ce6b3d76676103ca6a0f1f86651760f0d3 Remove HAVE_CONFIG_H in some places. diff -r 4b3d67ce6b3d -r 5412f8c2ec29 src/aac/libfaad2/common.h --- a/src/aac/libfaad2/common.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/aac/libfaad2/common.h Mon Oct 01 16:40:41 2007 -0500 @@ -40,9 +40,7 @@ #define __STRICT_ANSI__ #endif -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #define INLINE __inline #if 0 //defined(_WIN32) && !defined(_WIN32_WCE) diff -r 4b3d67ce6b3d -r 5412f8c2ec29 src/aac/mp4ff/mp4ffint.h --- a/src/aac/mp4ff/mp4ffint.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/aac/mp4ff/mp4ffint.h Mon Oct 01 16:40:41 2007 -0500 @@ -107,9 +107,7 @@ #define ATOM_SINF 24 #define ATOM_SCHI 25 -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #ifndef _WIN32 #define stricmp strcasecmp diff -r 4b3d67ce6b3d -r 5412f8c2ec29 src/arts/convert.c --- a/src/arts/convert.c Mon Oct 01 16:09:10 2007 -0500 +++ b/src/arts/convert.c Mon Oct 01 16:40:41 2007 -0500 @@ -16,9 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if defined(HAVE_CONFIG_H) #include "config.h" -#endif #include "audacious/plugin.h" #include diff -r 4b3d67ce6b3d -r 5412f8c2ec29 src/console/Blip_Buffer.h --- a/src/console/Blip_Buffer.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/console/Blip_Buffer.h Mon Oct 01 16:40:41 2007 -0500 @@ -121,9 +121,7 @@ friend class Blip_Reader; }; -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif +#include "config.h" // Number of bits in resample ratio fraction. Higher values give a more accurate ratio // but reduce maximum buffer size. diff -r 4b3d67ce6b3d -r 5412f8c2ec29 src/wma/libffwma/common.h --- a/src/wma/libffwma/common.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/wma/libffwma/common.h Mon Oct 01 16:40:41 2007 -0500 @@ -6,9 +6,7 @@ #ifndef COMMON_H #define COMMON_H -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #define TUNECPU generic #undef HAVE_MMX