comparison config/config.c @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents a6481689f99c
children 07f8972434be
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 /* config.c - master MH configuration file */ 1 /* config.c - master MH configuration file */
2 #ifndef lint 2 #ifndef lint
3 static char ident[] = "@(#)$Id$"; 3 static char ident[] = "@(#)$Id: config.c,v 1.3 2006/12/05 18:17:54 kono Exp $";
4 #endif /* lint */ 4 #endif /* lint */
5 5
6 /* This file is automatically generated. Do not edit! */ 6 /* This file is automatically generated. Do not edit! */
7 7
8 /* LINTLIBRARY */ 8 /* LINTLIBRARY */
14 #include <stdio.h> 14 #include <stdio.h>
15 15
16 16
17 #if defined(__STDC__) 17 #if defined(__STDC__)
18 #define binpath(file) "/usr/local/mh/bin/"#file 18 #define binpath(file) "/usr/local/mh/bin/"#file
19 #define etcpath(file) "/usr/local/lib/mh/"#file 19 #define etcpath(file) "/usr/local/mh/lib/"#file
20 #else 20 #else
21 #define binpath(file) "/usr/local/mh/bin/file" 21 #define binpath(file) "/usr/local/mh/bin/file"
22 #define etcpath(file) "/usr/local/lib/mh/file" 22 #define etcpath(file) "/usr/local/mh/lib/file"
23 #endif 23 #endif
24 24
25 static char Config[] = "@(#)Config: MH"; 25 static char Config[] = "@(#)Config: MH";
26 26
27 char *options[] = {"APOP", "ATHENA", "BIND", "DBMPWD", "DUMB", "FOLDPROT='\"0700\"'", "GCOS_HACK", "ISI", "JAPAN", "LOCKF", "MHE", "MHRC", "MH_PLUS", "MIME", "MIME_HEADERS", "MORE='\"/usr/bin/less\"'", "MSGPROT='\"0600\"'", "NNTP", "NORUSERPASS", "NTOHLSWAP", "OVERHEAD", "POP", "POPSERVICE='\"pop3\"'", "POSIX", "READLINE", "RENAME", "RPATHS", "SBACKUP='\"\043\"'", "SENDMTS", "SHADOW", "SIGEMT=SIGUSR1", "SMTP", "SOCKETS", "SYS5", "SYS5DIR", "TYPESIG=void", "TZNAME", "UNISTD", "VSPRINTF", "WHATNOW", "ZONEINFO", NULL}; 27 char *options[] = {"APOP", "ATHENA", "BIND", "DBMPWD", "DUMB", "FOLDPROT='\"0700\"'", "GCOS_HACK", "ISI", "JAPAN", "LOCKF", "MHE", "MHRC", "MH_PLUS", "MIME", "MIME_HEADERS", "MORE='\"/usr/bin/less\"'", "MSGPROT='\"0600\"'", "NNTP", "NORUSERPASS", "NTOHLSWAP", "OVERHEAD", "POP", "POPSERVICE='\"pop3\"'", "POSIX", "READLINE", "RENAME", "RPATHS", "SBACKUP='\"\043\"'", "SENDMTS", "SHADOW", "SIGEMT=SIGUSR1", "SMTP", "SOCKETS", "SYS5", "SYS5DIR", "TYPESIG=void", "TZNAME", "UNISTD", "VSPRINTF", "WHATNOW", "ZONEINFO", NULL};