Updated versions, included default paths
authorScott Cantor <cantor.2@osu.edu>
Fri, 19 Mar 2004 03:26:26 +0000 (03:26 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 19 Mar 2004 03:26:26 +0000 (03:26 +0000)
config_win32.h

index 790844a..e1dd57a 100644 (file)
 #define PACKAGE "shibboleth"
 
 /* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "mace-shib-users@internet2.edu"
+#define PACKAGE_BUGREPORT "shibboleth-users@internet2.edu"
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "shibboleth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 1.1"
+#define PACKAGE_STRING "shibboleth 1.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "shibboleth"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1"
+#define PACKAGE_VERSION "1.2"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 #define USE_OUR_ONCRPC 1
 
 /* Version number of package */
-#define VERSION "1.1"
+#define VERSION "1.2"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 /* #undef size_t */
+
+/* SHIB_SCHEMAS defines the default location where the schemas will be installed. */
+#define SHIB_SCHEMAS "/opt/shibboleth/etc/shibboleth"
+
+/* SHIB_CONFIG defines the default location of the Shib Target Configuration File. */
+#define SHIB_CONFIG "/opt/shibboleth/etc/shibboleth/shibboleth.xml"