clewis@ferret.ocunix.on.ca (Chris Lewis) (05/24/91)
In config.h-dist, there is the following code: | /* If your mailer does not understand commas between addresses, you should | * define NO_COMMAS. This includes pre-3.0 smail and default MTAs used on | * xenix, and sys-v systems. | * This does NOT apply to MMDF or sendmail, in most cases. | */ | #ifdef SUN_4_1 /* SunOS 4.1 has warped sendmail.cf */ | #define NO_COMMAS /**/ | #endif /* SUN_4_1 Note the missing "*/" on the last line. I put a "#define NO_COMMAS" immediately after it, and the define got eaten by cpp. Put a */ in and all's well.