Added a macro to fix a Solaris header issue
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 26 Mar 2004 14:59:06 +0000 (14:59 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 26 Mar 2004 14:59:06 +0000 (14:59 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@911 cb58f699-b61c-0410-a6fe-9272a202ed29

mod_shire/mod_shire.cpp

index 20d7767..064d07e 100644 (file)
@@ -13,6 +13,8 @@
 #include <shib-target/shib-target.h>
 #include <xercesc/util/regx/RegularExpression.hpp>
 
+#undef _XPG4_2
+
 // Apache specific header files
 #include <httpd.h>
 #include <http_config.h>