Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 9d177e8d4150 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
306 #undef HAVE_VSNPRINTF | 306 #undef HAVE_VSNPRINTF |
307 #undef HAVE_SOCKETS | 307 #undef HAVE_SOCKETS |
308 #undef HAVE_SOCKADDR_SUN_LEN | 308 #undef HAVE_SOCKADDR_SUN_LEN |
309 #undef HAVE_MULTICAST | 309 #undef HAVE_MULTICAST |
310 #undef HAVE_SYSVIPC | 310 #undef HAVE_SYSVIPC |
311 #undef HAVE_LOCKF | |
312 #undef HAVE_FLOCK | |
313 #undef HAVE_FSYNC | |
314 #undef HAVE_FTRUNCATE | |
315 #undef HAVE_UMASK | |
311 | 316 |
312 #undef SYSV_SYSTEM_DIR | 317 #undef SYSV_SYSTEM_DIR |
313 #undef NONSYSTEM_DIR_LIBRARY | 318 #undef NONSYSTEM_DIR_LIBRARY |
314 | 319 |
315 #undef HAVE_TERMIOS | 320 #undef HAVE_TERMIOS |
795 /* Should movemail use kerberos for POP authentication? */ | 800 /* Should movemail use kerberos for POP authentication? */ |
796 #undef KERBEROS | 801 #undef KERBEROS |
797 /* Should movemail use hesiod for getting POP server host? */ | 802 /* Should movemail use hesiod for getting POP server host? */ |
798 #undef HESIOD | 803 #undef HESIOD |
799 /* Determine type of mail locking. */ | 804 /* Determine type of mail locking. */ |
800 /* Play preprocessor games so that configure options override s&m files */ | 805 #undef MAIL_LOCK_LOCKF |
801 #undef REAL_MAIL_USE_LOCKF | 806 #undef MAIL_LOCK_FLOCK |
802 #undef REAL_MAIL_USE_FLOCK | 807 #undef MAIL_LOCK_DOT |
803 #undef MAIL_USE_LOCKF | 808 #undef MAIL_LOCK_LOCKING |
804 #undef MAIL_USE_FLOCK | 809 #undef MAIL_LOCK_MMDF |
805 #ifdef REAL_MAIL_USE_FLOCK | |
806 #define MAIL_USE_FLOCK | |
807 #endif | |
808 #ifdef REAL_MAIL_USE_LOCKF | |
809 #define MAIL_USE_LOCKF | |
810 #endif | |
811 | 810 |
812 #undef PREFIX_USER_DEFINED | 811 #undef PREFIX_USER_DEFINED |
813 #undef EXEC_PREFIX_USER_DEFINED | 812 #undef EXEC_PREFIX_USER_DEFINED |
814 #undef MODULEDIR_USER_DEFINED | 813 #undef MODULEDIR_USER_DEFINED |
815 #undef SITEMODULEDIR_USER_DEFINED | 814 #undef SITEMODULEDIR_USER_DEFINED |