Mercurial > audlegacy-plugins
changeset 1945:05b9abd78a87
HAVE_CONFIG_H removal
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 01 Oct 2007 16:48:28 -0500 |
parents | b180f83e4388 |
children | a98c54cb96aa 66fb09cd894e |
files | src/sid/xs_genui.c src/sid/xs_glade.c src/sid/xs_glade.h src/sid/xs_interface.c src/sid/xs_support.h |
diffstat | 5 files changed, 4 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sid/xs_genui.c Mon Oct 01 16:47:16 2007 -0500 +++ b/src/sid/xs_genui.c Mon Oct 01 16:48:28 2007 -0500 @@ -1,6 +1,4 @@ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <gtk/gtk.h>
--- a/src/sid/xs_glade.c Mon Oct 01 16:47:16 2007 -0500 +++ b/src/sid/xs_glade.c Mon Oct 01 16:48:28 2007 -0500 @@ -2,9 +2,7 @@ * DO NOT EDIT THIS FILE - it is generated by Glade. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <sys/types.h> #include <sys/stat.h>
--- a/src/sid/xs_glade.h Mon Oct 01 16:47:16 2007 -0500 +++ b/src/sid/xs_glade.h Mon Oct 01 16:48:28 2007 -0500 @@ -2,9 +2,7 @@ * DO NOT EDIT THIS FILE - it is generated by Glade. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <gtk/gtk.h>
--- a/src/sid/xs_interface.c Mon Oct 01 16:47:16 2007 -0500 +++ b/src/sid/xs_interface.c Mon Oct 01 16:48:28 2007 -0500 @@ -2,9 +2,7 @@ * DO NOT EDIT THIS FILE - it is generated by Glade. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <sys/types.h> #include <sys/stat.h>