X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fconfig_pub_win32.h;h=f58f6b73acf580010aa9f8165908c217a9c2ce61;hb=59934050ad23eb4a6b3d24be1ab8f22d43dc5a9b;hp=2652bb997fcb0a16bc3c4afebeddef835f841d2e;hpb=9a656288325c6f7ec925018400d1225b0d228971;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/config_pub_win32.h b/xmltooling/config_pub_win32.h index 2652bb9..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