Imported Upstream version 2.2.1+dfsg
[shibboleth/sp.git] / shibsp / paths.h
index 4aa5d5e..6eb507d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- *  Copyright 2001-2005 Internet2\r
+ *  Copyright 2001-2009 Internet2\r
  * \r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
 #ifndef __shibsp_paths_h__\r
 #define __shibsp_paths_h__\r
 \r
-/**\r
- * Default schema catalogs.\r
- */\r
-#define SHIBSP_SCHEMAS "/usr/share/xml/xmltooling/catalog.xml:/usr/share/xml/opensaml/saml20-catalog.xml:/usr/share/xml/opensaml/saml11-catalog.xml:/usr/local/share/xml/shibboleth/catalog.xml"\r
+/** Default schema catalogs. */\r
+#define SHIBSP_SCHEMAS "/opt/shibboleth-sp/share/xml/xmltooling/catalog.xml:/usr/share/xml/opensaml/saml20-catalog.xml:/usr/share/xml/opensaml/saml11-catalog.xml:/opt/shibboleth-sp/share/xml/shibboleth/catalog.xml"\r
 \r
-/**\r
- * Default name of SP configuration file.\r
- */\r
+/** Default name of SP configuration file. */\r
 #define SHIBSP_CONFIG "shibboleth2.xml"\r
 \r
-/**\r
- * Default name of SP console tool logging file.\r
- */\r
+/** Default name of SP console tool logging file. */\r
 #define SHIBSP_LOGGING "console.logger"\r
 \r
-/**\r
- * Default prefix for installation (used to resolve relative paths).\r
- */\r
-#define SHIBSP_PREFIX  "/usr/local"\r
+/** Default prefix for installation (used to resolve relative paths). */\r
+#define SHIBSP_PREFIX  "/opt/shibboleth-sp"\r
+\r
+/** Library directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_LIBDIR  "/opt/shibboleth-sp/lib"\r
+\r
+/** Log directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_LOGDIR  "/opt/shibboleth-sp/var/log"\r
+\r
+/** Configuration directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_CFGDIR  "/opt/shibboleth-sp/etc"\r
+\r
+/** Runtime state directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_RUNDIR  "/opt/shibboleth-sp/var/run"\r
+\r
+/** XML directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_XMLDIR  "/opt/shibboleth-sp/share/xml"\r
 \r
 #endif /* __shibsp_paths_h__ */\r