X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fconfig_pub_win32.h;h=f58f6b73acf580010aa9f8165908c217a9c2ce61;hb=56a73c1c7b1e63f1ff1717b25a76ebd480594d5a;hp=bf1053b766248ff0cb35e007e6a753637597c460;hpb=ed7351f26467877df05ac4be457bbdfbabb8cfbb;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/config_pub_win32.h b/xmltooling/config_pub_win32.h index bf1053b..f58f6b7 100644 --- a/xmltooling/config_pub_win32.h +++ b/xmltooling/config_pub_win32.h @@ -1,6 +1,31 @@ +/** + * Licensed to the University Corporation for Advanced Internet + * Development, Inc. (UCAID) under one or more contributor license + * agreements. See the NOTICE file distributed with this work for + * additional information regarding copyright ownership. + * + * UCAID licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the + * License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + */ + /* Define if C++ compiler supports covariant virtual methods. */ #define HAVE_COVARIANT_RETURNS 1 +/* Define to 1 if C++ compiler supports nullptr keyword. */ +#if _MSC_VER >= 1600 +# define HAVE_NULLPTR 1 +#endif + /* Define to 1 if you have an STL implementation that supports useful string specialization. */ #define HAVE_GOOD_STL 1 @@ -20,3 +45,14 @@ /* Define if you wish to disable Xalan-dependent features. */ #define XSEC_NO_XALAN + +#include + +#if (XERCES_VERSION_MAJOR >= 3) +# define XMLTOOLING_XERCESC_COMPLIANT_DOMLS 1 +# define XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE 1 +# define XMLTOOLING_XERCESC_64BITSAFE 1 +#endif + +/* Define to 1 if you have the `xsecsize_t' type. */ +#define HAVE_XSECSIZE_T 1