src/hg/inc/hCommon.h 1.22

1.22 2009/06/04 21:08:30 fanhsu
Added hIsGisaidServer().
Index: src/hg/inc/hCommon.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hCommon.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -B -U 4 -r1.21 -r1.22
--- src/hg/inc/hCommon.h	19 Dec 2008 07:13:59 -0000	1.21
+++ src/hg/inc/hCommon.h	4 Jun 2009 21:08:30 -0000	1.22
@@ -63,8 +63,12 @@
 boolean hIsMgcServer();
 /* Is this the MGC-customized server? Change for config variable
  * mgc.server=yes */
 
+boolean hIsGisaidServer();
+/* Is this the GISAID-customized server? Change for config variable
+ * gisaid.server=yes */
+
 boolean hIsGsidServer();
 /* Is this the GSID-customized server? Change for config variable
  * gsid.server=yes */