# HG changeset patch # User Eric Warmenhoven # Date 973118040 0 # Node ID 49799527aebfccee256f41c6da7625c934e13bfc # Parent ece2d1543b20fa6a8b46307da453896965cee0f4 [gaim-migrate @ 1058] stupid changes to avoid warnings committer: Tailor Script diff -r ece2d1543b20 -r 49799527aebf plugins/Makefile.am --- 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) diff -r ece2d1543b20 -r 49799527aebf plugins/irc.c --- 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 diff -r ece2d1543b20 -r 49799527aebf plugins/oscar.c --- 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