- Removed now empty compat.c, compat.h, inet.c
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 5 Jan 2015 17:59:44 +0000 (17:59 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 5 Jan 2015 17:59:44 +0000 (17:59 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5306 82007160-df01-0410-b94d-b575c5fd34c7

src/libopm/src/Makefile.am
src/libopm/src/Makefile.in
src/libopm/src/compat.c [deleted file]
src/libopm/src/compat.h [deleted file]
src/libopm/src/inet.c [deleted file]

index 467459e45a71900596f70c589ef5eb68458a7680..184b8a26dceee03008b8e5f6b3ce80eb7b29ff00 100644 (file)
@@ -1,10 +1,7 @@
 noinst_LTLIBRARIES = libopm.la
 
-libopm_la_SOURCES = compat.c     \
-                    compat.h     \
-                    config.c     \
+libopm_la_SOURCES = config.c     \
                     config.h     \
-                    inet.c       \
                     inet.h       \
                     libopm.c     \
                     libopm.h     \
index 59000b9057a607e2d3d4e8ffd79428295e93ed86..e61be11a7cdd9fbc9cb4d57b80452fd12b274443 100644 (file)
@@ -91,8 +91,7 @@ CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libopm_la_DEPENDENCIES = @LTLIBOBJS@
-am_libopm_la_OBJECTS = compat.lo config.lo inet.lo libopm.lo list.lo \
-       malloc.lo proxy.lo
+am_libopm_la_OBJECTS = config.lo libopm.lo list.lo malloc.lo proxy.lo
 libopm_la_OBJECTS = $(am_libopm_la_OBJECTS)
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -280,11 +279,8 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 noinst_LTLIBRARIES = libopm.la
-libopm_la_SOURCES = compat.c     \
-                    compat.h     \
-                    config.c     \
+libopm_la_SOURCES = config.c     \
                     config.h     \
-                    inet.c       \
                     inet.h       \
                     libopm.c     \
                     libopm.h     \
@@ -355,9 +351,7 @@ mostlyclean-compile:
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopm.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
diff --git a/src/libopm/src/compat.c b/src/libopm/src/compat.c
deleted file mode 100644 (file)
index fac535b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2002  Andy Smith
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to
- *
- *       The Free Software Foundation, Inc.
- *     59 Temple Place - Suite 330
- *     Boston, MA  02111-1307, USA
- */
-
-#include "setup.h"
-
-#include <stdio.h>
-#include <string.h>
-
-#include "compat.h"
-#include "opm.h"
diff --git a/src/libopm/src/compat.h b/src/libopm/src/compat.h
deleted file mode 100644 (file)
index d7de8ad..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef COMPAT_H
-#define COMPAT_H
-
-#endif
diff --git a/src/libopm/src/inet.c b/src/libopm/src/inet.c
deleted file mode 100644 (file)
index 7af8fdd..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
-Copyright (C) 2002 by the past and present ircd coders, and others.
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to
-
-      The Free Software Foundation, Inc.
-      59 Temple Place - Suite 330
-      Boston, MA  02111-1307, USA.
-
-*/
-
-/*
- * This code is borrowed from ircd-hybrid version 7
- * -TimeMr14C
- */
-
-#include "setup.h"
-
-#include <errno.h>
-#include <stdio.h>
-#include <assert.h>
-#include <string.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <netdb.h>
-
-#include "inet.h"
-#include "opm.h"