bd3864e1e7ec7ee2e2ff687527ce4750e3f83284
chinhli
  Wed Aug 22 14:35:37 2012 -0700
Bug #8832 Modify hgLogin to use the right arguments depending on the version of mail on the system
diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h
index 4ec7017..25e4a83 100644
--- src/hg/hgLogin/hgLogin.h
+++ src/hg/hgLogin/hgLogin.h
@@ -1,23 +1,24 @@
 /* hgLogin.h  */
 
 #ifndef hgLogin_H
 #define hgLogin_H
 
 /* ---- global variables ---- */
 #define TITLE "UCSC Genome Browser Login v"CGI_VERSION
 /* ---- hg.conf parameters used by hgLogin ---- */
 #define CFG_LOGIN_BROWSER_NAME "login.browserName"
 #define CFG_LOGIN_BROWSER_ADDR "login.browserAddr"
 #define CFG_LOGIN_MAIL_SIGNATURE "login.mailSignature"
 #define CFG_LOGIN_MAIL_RETURN_ADDR "login.mailReturnAddr"
 #define CFG_CENTRAL_DOMAIN "central.domain"
+#define CFG_MAIL_OPTIONFORMAT "mail.optionformat"
 
 #endif /* hgLogin_H */