comparison configure @ 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 3914d7cabfbc
children 25b769efafe6
comparison
equal deleted inserted replaced
163:3914d7cabfbc 164:5b621742b2e7
709 enable_pop3 709 enable_pop3
710 enable_auth 710 enable_auth
711 enable_maildir 711 enable_maildir
712 with_libcrypto 712 with_libcrypto
713 enable_ident 713 enable_ident
714 enable_mserver
715 with_liblockfile 714 with_liblockfile
716 with_logdir 715 with_logdir
717 with_spooldir 716 with_spooldir
718 with_confdir 717 with_confdir
719 ' 718 '
1353 --disable-smtp-server disable smtp server support 1352 --disable-smtp-server disable smtp server support
1354 --disable-pop3 disable pop3 support 1353 --disable-pop3 disable pop3 support
1355 --enable-auth enable AUTH (RFC 2554) client support 1354 --enable-auth enable AUTH (RFC 2554) client support
1356 --enable-maildir enable qmail style maildir support 1355 --enable-maildir enable qmail style maildir support
1357 --enable-ident enable ident (RFC 1413) support 1356 --enable-ident enable ident (RFC 1413) support
1358 --enable-mserver enable mserver support
1359 1357
1360 Optional Packages: 1358 Optional Packages:
1361 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1359 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1362 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1360 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1363 --with-user=USER set user mail 1361 --with-user=USER set user mail
5349 IDENT_LIBS='libident/libident.a' 5347 IDENT_LIBS='libident/libident.a'
5350 fi 5348 fi
5351 5349
5352 fi 5350 fi
5353 5351
5354
5355 # Check whether --enable-mserver was given.
5356 if test "${enable_mserver+set}" = set; then :
5357 enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then
5358 mserver_enabled='yes'
5359 fi
5360 fi
5361
5362 if test "x$mserver_enabled" = xyes; then
5363
5364 $as_echo "#define ENABLE_MSERVER 1" >>confdefs.h
5365
5366 fi
5367 5352
5368 5353
5369 # Check whether --with-liblockfile was given. 5354 # Check whether --with-liblockfile was given.
5370 if test "${with_liblockfile+set}" = set; then : 5355 if test "${with_liblockfile+set}" = set; then :
5371 withval=$with_liblockfile; 5356 withval=$with_liblockfile;