[pubcookie-dev] WEBISO CVS update: willey; webiso/pubcookie/src pbc_path.h.in,2.6,2.6.2.1

Stephen Willey willey at cac.washington.edu
Thu Jul 10 12:02:31 PDT 2003


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv900
 
 Modified Files:
       Tag: UWash3
 	pbc_path.h.in 
 Log Message:
 another bit of component config files



Index: webiso/pubcookie/src/pbc_path.h.in
diff -c webiso/pubcookie/src/pbc_path.h.in:2.6 webiso/pubcookie/src/pbc_path.h.in:2.6.2.1
*** webiso/pubcookie/src/pbc_path.h.in:2.6	Tue May  6 16:51:19 2003
--- webiso/pubcookie/src/pbc_path.h.in	Thu Jul 10 12:02:29 2003
***************
*** 4,20 ****
   */
  
  /*
-   $Id: pbc_path.h.in,v 2.6 2003/05/06 23:51:19 willey Exp $
-  */
- 
- /*
   * pbc_path.h, The pubcookie path.
   *
   * So that we can just #include this file instead of having to 
   * worry about shell escapes and whatnot.
   * 
   */
  
  #ifndef PBC_PATH_H
  #define PBC_PATH_H
  
--- 4,18 ----
   */
  
  /*
   * pbc_path.h, The pubcookie path.
   *
   * So that we can just #include this file instead of having to 
   * worry about shell escapes and whatnot.
   * 
+  * $Id: pbc_path.h.in,v 2.6.2.1 2003/07/10 19:02:29 willey Exp $
   */
  
+ 
  #ifndef PBC_PATH_H
  #define PBC_PATH_H
  
***************
*** 31,36 ****
--- 29,37 ----
  
  /* Where to find templates */
  #define TMPL_FNAME (libpbc_config_getstring(p, "template_root", "@prefix@/login_templates"))
+ 
+ /* suffix for seperate config files for components */
+ #define PBC_SUBCONFIG (libpbc_config_getstring(p, "pbc_subconfig", ".conf"))
  
  /* file to get the list of ok browsers from */
  #define OK_BROWSERS_FILE (libpbc_config_getstring(p, "ok_browsers", "@prefix@/ok_browsers"))



end of message


More information about the pubcookie-dev mailing list