From 767ecfd096de7b4f009b69d6d9f97db45ee4118b Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 5 Jan 2015 18:00:51 +0000 Subject: [PATCH] - Removed now empty compat.c, compat.h, inet.c git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5307 82007160-df01-0410-b94d-b575c5fd34c7 --- src/libopm/src/Makefile.am | 5 +---- src/libopm/src/Makefile.in | 10 ++-------- src/libopm/src/compat.c | 28 -------------------------- src/libopm/src/compat.h | 4 ---- src/libopm/src/inet.c | 41 -------------------------------------- 5 files changed, 3 insertions(+), 85 deletions(-) delete mode 100644 src/libopm/src/compat.c delete mode 100644 src/libopm/src/compat.h delete mode 100644 src/libopm/src/inet.c diff --git a/src/libopm/src/Makefile.am b/src/libopm/src/Makefile.am index 467459e..184b8a2 100644 --- a/src/libopm/src/Makefile.am +++ b/src/libopm/src/Makefile.am @@ -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 \ diff --git a/src/libopm/src/Makefile.in b/src/libopm/src/Makefile.in index 59000b9..e61be11 100644 --- a/src/libopm/src/Makefile.in +++ b/src/libopm/src/Makefile.in @@ -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 index fac535b..0000000 --- a/src/libopm/src/compat.c +++ /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 -#include - -#include "compat.h" -#include "opm.h" diff --git a/src/libopm/src/compat.h b/src/libopm/src/compat.h deleted file mode 100644 index d7de8ad..0000000 --- a/src/libopm/src/compat.h +++ /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 index 7af8fdd..0000000 --- a/src/libopm/src/inet.c +++ /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 -#include -#include -#include -#include -#include -#include -#include -#include - -#include "inet.h" -#include "opm.h" -- 2.30.2