diff src/online.c @ 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 3b344bf57162
children 3708b655a371
line wrap: on
line diff
--- a/src/online.c	Thu Jul 08 14:04:39 2010 +0200
+++ b/src/online.c	Thu Jul 08 22:01:33 2010 +0200
@@ -21,7 +21,6 @@
 #include <sys/wait.h>
 
 #include "masqmail.h"
-#include "mserver.h"
 #include "peopen.h"
 
 gchar *connection_name;
@@ -117,11 +116,6 @@
 			return NULL;
 		}
 
-#ifdef ENABLE_MSERVER
-	} else if (strcmp(conf.online_detect, "mserver") == 0) {
-		DEBUG(3) debugf("connection method 'mserver'\n");
-		return mserver_detect_online(conf.mserver_iface);
-#endif
 	} else if (strcmp(conf.online_detect, "pipe") == 0) {
 		DEBUG(3) debugf("connection method 'pipe'\n");
 		if (conf.online_pipe)