- Removed now empty defs.h
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 24 Dec 2014 12:31:31 +0000 (12:31 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 24 Dec 2014 12:31:31 +0000 (12:31 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5105 82007160-df01-0410-b94d-b575c5fd34c7

Makefile.in
src/Makefile.am
src/Makefile.in
src/defs.h [deleted file]
src/list.c
src/negcache.c

index 23bfb75bb1599280b7ea5a1b2bb7d82a68c22acb..06495a9ced724e7f688b8edc4d345abe201346bd 100644 (file)
@@ -81,7 +81,7 @@ subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
        COPYING INSTALL NEWS README compile config.guess config.sub \
-       install-sh missing ltmain.sh
+       install-sh missing ylwrap ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
index cbaad7326333ca27928137e432516225489881b4..bd723ca580dba4ce90f2ad9a5b5f3a86ed6b4e4c 100644 (file)
@@ -9,6 +9,6 @@ hopm_SOURCES = compat.c compat.h config-parser.y config-lexer.l config.c config.
     dnsbl.c dnsbl.h extern.h inet.c inet.h irc.c irc.h log.c log.h main.c match.c \
     match.h misc.c misc.h malloc.c malloc.h list.c list.h negcache.c negcache.h \
     opercmd.c opercmd.h options.h scan.c scan.h setup.h stats.c stats.h firedns.c \
-        firedns.h main.h defs.h
+        firedns.h main.h
 
 hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@
index 9e234c9e755e864f1bfbbc2a64ea8ee7dee3f8b0..52d775babf3892dfb4174b2576f4eced6c8ae8f6 100644 (file)
@@ -357,7 +357,7 @@ hopm_SOURCES = compat.c compat.h config-parser.y config-lexer.l config.c config.
     dnsbl.c dnsbl.h extern.h inet.c inet.h irc.c irc.h log.c log.h main.c match.c \
     match.h misc.c misc.h malloc.c malloc.h list.c list.h negcache.c negcache.h \
     opercmd.c opercmd.h options.h scan.c scan.h setup.h stats.c stats.h firedns.c \
-        firedns.h main.h defs.h
+        firedns.h main.h
 
 hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@
 all: setup.h
diff --git a/src/defs.h b/src/defs.h
deleted file mode 100644 (file)
index 531a495..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */ 
-
-#ifndef OPM_H
-#define OPM_H
-
-#endif /* OPM_H */
index d33993b9b9aec59b0e916e3d30eb44c901a741dd..140a521de0b0d286fdce34e59901294db045fabc 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "malloc.h"
 #include "list.h"
-#include "defs.h"
 
 
 node_t *node_create(void *data)
index cd1e935e4c8d0a5258b974816c6e882fdc8ef386..8ce19c10a971ac35eb28141057980657ccbef39b 100644 (file)
@@ -63,7 +63,6 @@ along with this program; if not, write to:
 #include "config.h"
 #include "malloc.h"
 #include "log.h"
-#include "defs.h"
 
 
 extern unsigned int OPT_DEBUG;