Moved path constants into main header for WIN32
authorScott Cantor <cantor.2@osu.edu>
Thu, 25 Mar 2004 06:35:36 +0000 (06:35 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 25 Mar 2004 06:35:36 +0000 (06:35 +0000)
config_win32.h
shib-target/shib-target.h

index e1dd57a..1b41134 100644 (file)
 
 /* 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"
index d3aeb8a..17b1770 100644 (file)
@@ -66,6 +66,8 @@
 # ifndef SHIBTARGET_EXPORTS
 #  define SHIBTARGET_EXPORTS __declspec(dllimport)
 # endif
+# define SHIB_SCHEMAS "/opt/shibboleth/etc/shibboleth"
+# define SHIB_CONFIG "/opt/shibboleth/etc/shibboleth/shibboleth.xml"
 #else
 # include <shib-target/shib-paths.h>
 # define SHIBTARGET_EXPORTS