comparison src/config.h.in @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents cf808b4c4290
children cca96a509cfe
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
710 # define SETJMP(x) setjmp (x) 710 # define SETJMP(x) setjmp (x)
711 # define LONGJMP(x, y) longjmp (x, y) 711 # define LONGJMP(x, y) longjmp (x, y)
712 # define JMP_BUF jmp_buf 712 # define JMP_BUF jmp_buf
713 #endif 713 #endif
714 714
715 /* movemail options */
716 /* define to POP3 for mail access */
717 #undef MAIL_USE_POP
718 /* define to use kerberos for POP authentication */
719 #undef KERBEROS
720 /* define to use hesiod for getting POP server host */
721 #undef HESIOD
722
715 #endif /* _CONFIG_H_ */ 723 #endif /* _CONFIG_H_ */