Re: [exim] Comments in config files

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Perkel
日付:  
To: Andreas Metzler
CC: exim-users
題目: Re: [exim] Comments in config files


Andreas Metzler wrote:
> 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
>

Thanks - that will probably work. I will probably do something like:

.ifdef COMMENT
blah blah blah
.endif