X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp-resolver.git;a=blobdiff_plain;f=config_win32.h;h=7e5ffa233c420396b3e0903d8c2b3f76cb68cd28;hp=a389d7b1508b64ec159b923aa4a3a6e638514db6;hb=00c32369c8efd6f50ef10d4fa27130baa3d33847;hpb=b4b140342cc12ecd19191714b213a0ff2eaae9d6 diff --git a/config_win32.h b/config_win32.h index a389d7b..7e5ffa2 100644 --- a/config_win32.h +++ b/config_win32.h @@ -1,5 +1,12 @@ -/* config.h. Generated by configure. */ -/* config.h.in. Generated from configure.ac by autoheader. */ +/* config_win32.h. Copied from a ./configure on Unix */ + +/* 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 the header file. */ /* #undef HAVE_DLFCN_H */ @@ -10,9 +17,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 -/* Define to 1 if you have the `crypto' library (-lcrypto). */ -#define HAVE_LIBCRYPTO 1 - /* Define to 1 if you have the `dmallocxx' library (-ldmallocxx). */ /* #undef HAVE_LIBDMALLOCXX */ @@ -22,9 +26,6 @@ /* Define if log4cpp library is used. */ /* #undef SHIBRESOLVER_LOG4CPP */ -/* Define if Xerces-C library was found */ -#define HAVE_LIBXERCESC 1 - /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 @@ -34,12 +35,6 @@ /* Define if you have POSIX threads libraries and header files. */ /* #undef HAVE_PTHREAD */ -/* Define if saml library was found */ -#define HAVE_SAML 1 - -/* Define if Shibboleth SP library was found */ -#define HAVE_SHIBSP 1 - /* Define to 1 if Shibboleth SP supports non-plugin remoting. */ #define SHIBRESOLVER_SHIBSP_HAS_REMOTING 1