X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fpaths.h.in;h=f35df0bb71b9c35bee4969f72c3cba8138acb7cf;hb=a5b1914f888d2ac8992cc4985d65e9d727aa8df4;hp=9f5e2b17b7f25f1e2837097f84e1fc4428047739;hpb=8cfb88bff921f1830d05045bf266b88f8d49abd7;p=shibboleth%2Fsp.git diff --git a/shibsp/paths.h.in b/shibsp/paths.h.in index 9f5e2b1..f35df0b 100644 --- a/shibsp/paths.h.in +++ b/shibsp/paths.h.in @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,24 +23,31 @@ #ifndef __shibsp_paths_h__ #define __shibsp_paths_h__ -/** - * Default schema catalogs. - */ +/** Default schema catalogs. */ #define SHIBSP_SCHEMAS "@-XMLTOOLINGXMLDIR-@/catalog.xml:@-OPENSAMLXMLDIR-@/saml20-catalog.xml:@-OPENSAMLXMLDIR-@/saml11-catalog.xml:@-PKGXMLDIR-@/catalog.xml" -/** - * Default name of SP configuration file. - */ +/** Default name of SP configuration file. */ #define SHIBSP_CONFIG "shibboleth2.xml" -/** - * Default name of SP console tool logging file. - */ +/** Default name of SP console tool logging file. */ #define SHIBSP_LOGGING "console.logger" -/** - * Default prefix for installation (used to resolve relative paths). - */ +/** Default prefix for installation (used to resolve relative paths). */ #define SHIBSP_PREFIX "@-PREFIX-@" +/** Library directory for installation (used to resolve relative paths). */ +#define SHIBSP_LIBDIR "@-LIBDIR-@" + +/** Log directory for installation (used to resolve relative paths). */ +#define SHIBSP_LOGDIR "@-LOGDIR-@" + +/** Configuration directory for installation (used to resolve relative paths). */ +#define SHIBSP_CFGDIR "@-SYSCONFDIR-@" + +/** Runtime state directory for installation (used to resolve relative paths). */ +#define SHIBSP_RUNDIR "@-RUNDIR-@" + +/** XML directory for installation (used to resolve relative paths). */ +#define SHIBSP_XMLDIR "@-XMLDIR-@" + #endif /* __shibsp_paths_h__ */