AW: AW: AW: [tpop3d-discuss]MySQL and dots before the @ sign II

Jakob Hirsch jh at plonk.de
Tue, 27 Jul 2004 13:34:58 +0200 (CEST)


> I send the answer little bit to fast. It's comment out.
> #   define DOMAIN_SEPARATORS    "@%!:."

No, "#blabla" is not a comment in C, but is used for preprozessor
commands. Comments in C are "/* comment goes here */" (and lines starting
"//").
As said before, download the source and compile from there.