diff src/Makefile.in @ 164:5b621742b2e7

removed the mserver feature i.e. the functionality itself in the code the `mserver' value of online_detect and `mserver_iface' config options and the --enable-mserver configure option All functionality, however, is still available through mservdetect
author meillo@marmaro.de
date Thu, 08 Jul 2010 22:01:33 +0200
parents 907fee7c081a
children bd7c52a36b0c
line wrap: on
line diff
--- a/src/Makefile.in	Thu Jul 08 14:04:39 2010 +0200
+++ b/src/Makefile.in	Thu Jul 08 22:01:33 2010 +0200
@@ -53,16 +53,16 @@
 	expand.$(OBJEXT) fail_msg.$(OBJEXT) get.$(OBJEXT) \
 	header.$(OBJEXT) interface.$(OBJEXT) local.$(OBJEXT) \
 	log.$(OBJEXT) listen.$(OBJEXT) lookup.$(OBJEXT) \
-	masqmail.$(OBJEXT) message.$(OBJEXT) mserver.$(OBJEXT) \
-	online.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \
-	permissions.$(OBJEXT) pop3_in.$(OBJEXT) readsock.$(OBJEXT) \
-	rewrite.$(OBJEXT) route.$(OBJEXT) queue.$(OBJEXT) \
-	smtp_in.$(OBJEXT) smtp_out.$(OBJEXT) spool.$(OBJEXT) \
-	tables.$(OBJEXT) timeival.$(OBJEXT)
+	masqmail.$(OBJEXT) message.$(OBJEXT) online.$(OBJEXT) \
+	parse.$(OBJEXT) peopen.$(OBJEXT) permissions.$(OBJEXT) \
+	pop3_in.$(OBJEXT) readsock.$(OBJEXT) rewrite.$(OBJEXT) \
+	route.$(OBJEXT) queue.$(OBJEXT) smtp_in.$(OBJEXT) \
+	smtp_out.$(OBJEXT) spool.$(OBJEXT) tables.$(OBJEXT) \
+	timeival.$(OBJEXT)
 masqmail_OBJECTS = $(am_masqmail_OBJECTS)
 masqmail_DEPENDENCIES =
 am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \
-	mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT)
+	readsock.$(OBJEXT) peopen.$(OBJEXT)
 mservdetect_OBJECTS = $(am_mservdetect_OBJECTS)
 mservdetect_DEPENDENCIES =
 am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT)
@@ -240,7 +240,6 @@
 	readsock.h\
 	smtp_out.h\
 	lookup.h\
-	mserver.h\
 	accept.c\
 	address.c\
 	alias.c\
@@ -260,7 +259,6 @@
 	lookup.c\
 	masqmail.c\
 	message.c\
-	mserver.c\
 	online.c\
 	parse.c\
 	peopen.c\
@@ -300,10 +298,8 @@
 mservdetect_SOURCES = \
 	masqmail.h\
 	readsock.h\
-	mserver.h\
 	mservdetect.c\
 	interface.c\
-	mserver.c\
 	readsock.c\
 	peopen.c
 
@@ -466,7 +462,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mserver.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@