Mercurial > audlegacy-plugins
changeset 1944:b180f83e4388
more config_h removal
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 01 Oct 2007 16:47:16 -0500 |
parents | 56bb18dd3fdd |
children | 05b9abd78a87 |
files | src/modplug/sndfile.h src/projectm/main.c src/scrobbler/configure.c |
diffstat | 3 files changed, 2 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/modplug/sndfile.h Mon Oct 01 16:46:11 2007 -0500 +++ b/src/modplug/sndfile.h Mon Oct 01 16:47:16 2007 -0500 @@ -5,9 +5,7 @@ * Adam Goode <adam@evdebs.org> (endian and char fixes for PPC) */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #ifndef __SNDFILE_H #define __SNDFILE_H
--- a/src/projectm/main.c Mon Oct 01 16:46:11 2007 -0500 +++ b/src/projectm/main.c Mon Oct 01 16:47:16 2007 -0500 @@ -50,9 +50,8 @@ #include "sdltoprojectM.h" #include "video_init.h" -#if HAVE_CONFIG_H #include <config.h> -#endif + #define CONFIG_FILE "/config" #define PRESETS_DIR "/presets" #define FONTS_DIR "/fonts"