a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/hgConfig.c src/hg/lib/hgConfig.c index 9d836fe..6205f75 100644 --- src/hg/lib/hgConfig.c +++ src/hg/lib/hgConfig.c @@ -1,18 +1,17 @@ #include <stdio.h> -static char const rcsid[] = "$Id: hgConfig.c,v 1.23 2010/02/20 07:12:50 markd Exp $"; #include "common.h" #include "hgConfig.h" #include "hash.h" #include "cheapcgi.h" #include "portable.h" #include "linefile.h" #include "customTrack.h" #include <sys/types.h> #include <sys/stat.h> /* the file to read the global configuration info from */ #define GLOBAL_CONFIG_PATH "." #define GLOBAL_CONFIG_FILE "hg.conf" //#define GLOBAL_CONFIG_FILE "/usr/local/apache/cgi-bin/hg.conf"