masqmail

diff src/masqmail.h @ 378:5781ba87df95

Removed ident. This had been discussed on the mailing list in Oct 2011. Ident is hardly useful in typical setups for masqmail. Probably Oliver had used it in his setup; that would make sense. Now, I know of nobody who needs it.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 21:36:58 +0100
parents b27f66555ba8
children a408411ff8df
line diff
     1.1 --- a/src/masqmail.h	Sat Jan 14 18:44:48 2012 +0100
     1.2 +++ b/src/masqmail.h	Sat Jan 14 21:36:58 2012 +0100
     1.3 @@ -41,10 +41,6 @@
     1.4  
     1.5  #include <glib.h>
     1.6  
     1.7 -#ifdef ENABLE_IDENT
     1.8 -#include "libident/ident.h"
     1.9 -#endif
    1.10 -
    1.11  #include "lookup.h"
    1.12  
    1.13  typedef struct _interface {
    1.14 @@ -152,8 +148,6 @@
    1.15  	gboolean defer_all;
    1.16  	gboolean do_relay;
    1.17  
    1.18 -	GList *ident_trusted_nets;
    1.19 -
    1.20  	gboolean do_queue;
    1.21  
    1.22  	gboolean do_verbose;