masqmail

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 diff
     1.1 --- a/src/Makefile.in	Thu Jul 08 14:04:39 2010 +0200
     1.2 +++ b/src/Makefile.in	Thu Jul 08 22:01:33 2010 +0200
     1.3 @@ -53,16 +53,16 @@
     1.4  	expand.$(OBJEXT) fail_msg.$(OBJEXT) get.$(OBJEXT) \
     1.5  	header.$(OBJEXT) interface.$(OBJEXT) local.$(OBJEXT) \
     1.6  	log.$(OBJEXT) listen.$(OBJEXT) lookup.$(OBJEXT) \
     1.7 -	masqmail.$(OBJEXT) message.$(OBJEXT) mserver.$(OBJEXT) \
     1.8 -	online.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \
     1.9 -	permissions.$(OBJEXT) pop3_in.$(OBJEXT) readsock.$(OBJEXT) \
    1.10 -	rewrite.$(OBJEXT) route.$(OBJEXT) queue.$(OBJEXT) \
    1.11 -	smtp_in.$(OBJEXT) smtp_out.$(OBJEXT) spool.$(OBJEXT) \
    1.12 -	tables.$(OBJEXT) timeival.$(OBJEXT)
    1.13 +	masqmail.$(OBJEXT) message.$(OBJEXT) online.$(OBJEXT) \
    1.14 +	parse.$(OBJEXT) peopen.$(OBJEXT) permissions.$(OBJEXT) \
    1.15 +	pop3_in.$(OBJEXT) readsock.$(OBJEXT) rewrite.$(OBJEXT) \
    1.16 +	route.$(OBJEXT) queue.$(OBJEXT) smtp_in.$(OBJEXT) \
    1.17 +	smtp_out.$(OBJEXT) spool.$(OBJEXT) tables.$(OBJEXT) \
    1.18 +	timeival.$(OBJEXT)
    1.19  masqmail_OBJECTS = $(am_masqmail_OBJECTS)
    1.20  masqmail_DEPENDENCIES =
    1.21  am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \
    1.22 -	mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT)
    1.23 +	readsock.$(OBJEXT) peopen.$(OBJEXT)
    1.24  mservdetect_OBJECTS = $(am_mservdetect_OBJECTS)
    1.25  mservdetect_DEPENDENCIES =
    1.26  am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT)
    1.27 @@ -240,7 +240,6 @@
    1.28  	readsock.h\
    1.29  	smtp_out.h\
    1.30  	lookup.h\
    1.31 -	mserver.h\
    1.32  	accept.c\
    1.33  	address.c\
    1.34  	alias.c\
    1.35 @@ -260,7 +259,6 @@
    1.36  	lookup.c\
    1.37  	masqmail.c\
    1.38  	message.c\
    1.39 -	mserver.c\
    1.40  	online.c\
    1.41  	parse.c\
    1.42  	peopen.c\
    1.43 @@ -300,10 +298,8 @@
    1.44  mservdetect_SOURCES = \
    1.45  	masqmail.h\
    1.46  	readsock.h\
    1.47 -	mserver.h\
    1.48  	mservdetect.c\
    1.49  	interface.c\
    1.50 -	mserver.c\
    1.51  	readsock.c\
    1.52  	peopen.c
    1.53  
    1.54 @@ -466,7 +462,6 @@
    1.55  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
    1.56  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
    1.57  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
    1.58 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mserver.Po@am__quote@
    1.59  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
    1.60  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
    1.61  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@