diff 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
line wrap: on
line diff
--- a/config/config.c	Fri Nov 07 20:20:35 2008 +0000
+++ b/config/config.c	Sat Apr 21 13:10:49 2012 +0900
@@ -1,6 +1,6 @@
 /* config.c - master MH configuration file */
 #ifndef	lint
-static char ident[] = "@(#)$Id$";
+static char ident[] = "@(#)$Id: config.c,v 1.3 2006/12/05 18:17:54 kono Exp $";
 #endif	/* lint */
 
 /* This file is automatically generated.  Do not edit! */
@@ -16,10 +16,10 @@
 
 #if	defined(__STDC__)
 #define	binpath(file) "/usr/local/mh/bin/"#file
-#define	etcpath(file) "/usr/local/lib/mh/"#file
+#define	etcpath(file) "/usr/local/mh/lib/"#file
 #else
 #define binpath(file) "/usr/local/mh/bin/file"
-#define etcpath(file) "/usr/local/lib/mh/file"
+#define etcpath(file) "/usr/local/mh/lib/file"
 #endif
 
 static char Config[] = "@(#)Config: MH";