comparison nt/config.h @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
609 /* Should movemail use kerberos for POP authentication? */ 609 /* Should movemail use kerberos for POP authentication? */
610 #undef KERBEROS 610 #undef KERBEROS
611 /* Should movemail use hesiod for getting POP server host? */ 611 /* Should movemail use hesiod for getting POP server host? */
612 #undef HESIOD 612 #undef HESIOD
613 /* Determine type of mail locking. */ 613 /* Determine type of mail locking. */
614 /* Play preprocessor games so that configure options override s&m files */ 614 #undef MAIL_LOCK_LOCKF
615 #undef REAL_MAIL_USE_LOCKF 615 #undef REAL_LOCK_FLOCK
616 #undef REAL_MAIL_USE_FLOCK 616 #undef MAIL_LOCK_DOT
617 #undef MAIL_USE_LOCKF
618 #undef MAIL_USE_FLOCK
619 #ifdef REAL_MAIL_USE_FLOCK
620 #define MAIL_USE_FLOCK
621 #endif
622 #ifdef REAL_MAIL_USE_LOCKF
623 #define MAIL_USE_LOCKF
624 #endif
625 617
626 #endif /* _SRC_CONFIG_H_ */ 618 #endif /* _SRC_CONFIG_H_ */