677fc0ea4b3bf5e95a772c4548df4aa2b906a04f
[shibboleth/cpp-sp.git] / shib-target / shib-paths.h.in
1 /*
2  *  Copyright 2001-2005 Internet2
3  * 
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 /*
18  * shib-paths.h.in -- source file for the (auto-generated) shib-paths.h
19  *                      used to define the default paths for SHIB's Target
20  *
21  * Created by:  Derek Atkins <derek@ihtfp.com>
22  *
23  * $Id$
24  */
25
26 #ifndef SHIB_PATHS_H
27 #define SHIB_PATHS_H
28
29 /*
30  * SHIB_SCHEMAS defines the default location where the schemas will be installed.
31  */
32 #define SHIB_SCHEMAS "@-PKGXMLDIR-@"
33
34 /*
35  * SHIB_CONFIG defines the default location of the Shib Target Configuration File.
36  */
37 #define SHIB_CONFIG "@-PKGSYSCONFDIR-@/shibboleth.xml"
38
39 #endif /* SHIB_PATHS_H */