changeset 1048:49799527aebf

[gaim-migrate @ 1058] stupid changes to avoid warnings committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Nov 2000 22:34:00 +0000
parents ece2d1543b20
children 749e25dc90cb
files plugins/Makefile.am plugins/irc.c plugins/oscar.c
diffstat 3 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Makefile.am	Wed Nov 01 22:30:36 2000 +0000
+++ b/plugins/Makefile.am	Wed Nov 01 22:34:00 2000 +0000
@@ -1,5 +1,4 @@
 LDFLAGS += $(LDADD) $(LIBS) -ggdb -shared
-CFLAGS += -DHAVE_CONFIG_H
 SUFFIXES = .c .so
 .c.so:
 	$(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)
--- a/plugins/irc.c	Wed Nov 01 22:30:36 2000 +0000
+++ b/plugins/irc.c	Wed Nov 01 22:34:00 2000 +0000
@@ -20,9 +20,7 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
 #include "../config.h"
-#endif
 
 
 #include <netdb.h>
--- a/plugins/oscar.c	Wed Nov 01 22:30:36 2000 +0000
+++ b/plugins/oscar.c	Wed Nov 01 22:34:00 2000 +0000
@@ -20,9 +20,7 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
 #include "../config.h"
-#endif
 
 
 #include <netdb.h>