Re: [exim] Comments in config files

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Andreas Metzler
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Comments in config files
Marc Perkel <marc@???> wrote:
> Is there any other commenting character in config files other than the #
> character? Looking to comment blocks like:


> /*
> text
> */


> Something like that?


I guess this
.ifdef XXXX
blah
.endif
should work.
cu andreas