comparison lib-src/gnuserv.h @ 239:41f2f0e326e9 r20-5b18

Import from CVS: tag r20-5b18
author cvs
date Mon, 13 Aug 2007 10:15:48 +0200
parents 2d532a89d707
children 11cf20601dec
comparison
equal deleted inserted replaced
238:b5f2e56b938d 239:41f2f0e326e9
53 * sockets with sysv ipc 53 * sockets with sysv ipc
54 */ 54 */
55 55
56 56
57 #define INTERNET_DOMAIN_SOCKETS 57 #define INTERNET_DOMAIN_SOCKETS
58 #ifdef HAVE_SYS_UN_H
58 #define UNIX_DOMAIN_SOCKETS 59 #define UNIX_DOMAIN_SOCKETS
59 /* #define SYSV_IPC */ 60 /* #define SYSV_IPC */
61 #endif
60 62
61 /* 63 /*
62 * Define additional authentication protocols to be used. These methods will 64 * Define additional authentication protocols to be used. These methods will
63 * be tried before falling back to the default gnuserv protocol (based on 65 * be tried before falling back to the default gnuserv protocol (based on
64 * the GNU_SECURE environment variable). Currently, only MIT-MAGIC-COOKIE-1 66 * the GNU_SECURE environment variable). Currently, only MIT-MAGIC-COOKIE-1