comparison conf/mhconfig.c @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents bce86c4163a3
children
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 /* mhconfig.c - configure MH */ 1 /* mhconfig.c - configure MH */
2 /* cc [-DSYS5] mhconfig.c -o mhconfig */ 2 /* cc [-DSYS5] mhconfig.c -o mhconfig */
3 #ifndef lint 3 #ifndef lint
4 static char ident[] = "@(#)$Id$"; 4 static char ident[] = "@(#)$Id: mhconfig.c,v 1.1.1.1 2005/04/18 14:46:02 kono Exp $";
5 #endif /* lint */ 5 #endif /* lint */
6 6
7 #include <ctype.h> 7 #include <ctype.h>
8 #include <stdio.h> 8 #include <stdio.h>
9 #ifdef hpux 9 #ifdef hpux