From 2ac54b3d796ad10a1d98539092490dec4b85225f Mon Sep 17 00:00:00 2001 From: cantor Date: Fri, 19 Mar 2004 03:26:26 +0000 Subject: [PATCH] Updated versions, included default paths git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@878 cb58f699-b61c-0410-a6fe-9272a202ed29 --- config_win32.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config_win32.h b/config_win32.h index 790844a..e1dd57a 100644 --- a/config_win32.h +++ b/config_win32.h @@ -83,19 +83,19 @@ #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. */ @@ -111,10 +111,16 @@ #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 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" -- 2.1.4