Imported Upstream version 2.2.1+dfsg
[shibboleth/sp.git] / shibsp / paths.h.in
index 9f5e2b1..f35df0b 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
+/** Default schema catalogs. */\r
 #define SHIBSP_SCHEMAS "@-XMLTOOLINGXMLDIR-@/catalog.xml:@-OPENSAMLXMLDIR-@/saml20-catalog.xml:@-OPENSAMLXMLDIR-@/saml11-catalog.xml:@-PKGXMLDIR-@/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
+/** Default prefix for installation (used to resolve relative paths). */\r
 #define SHIBSP_PREFIX  "@-PREFIX-@"\r
 \r
+/** Library directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_LIBDIR  "@-LIBDIR-@"\r
+\r
+/** Log directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_LOGDIR  "@-LOGDIR-@"\r
+\r
+/** Configuration directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_CFGDIR  "@-SYSCONFDIR-@"\r
+\r
+/** Runtime state directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_RUNDIR  "@-RUNDIR-@"\r
+\r
+/** XML directory for installation (used to resolve relative paths). */\r
+#define SHIBSP_XMLDIR  "@-XMLDIR-@"\r
+\r
 #endif /* __shibsp_paths_h__ */\r