X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp-resolver.git;a=blobdiff_plain;f=config_win32.h;h=eb5c3a51493c506bc3f102bb1f84b3aedc9689b0;hp=a389d7b1508b64ec159b923aa4a3a6e638514db6;hb=94dc42e014828225e443697ff44f8b6112d701c9;hpb=b4b140342cc12ecd19191714b213a0ff2eaae9d6 diff --git a/config_win32.h b/config_win32.h index a389d7b..eb5c3a5 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 @@ -71,13 +66,13 @@ #define PACKAGE_NAME "shibboleth-resolver" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "shibboleth-resolver 0.1" +#define PACKAGE_STRING "shibboleth-resolver 0.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "shibboleth-resolver" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.1" +#define PACKAGE_VERSION "0.2" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -90,7 +85,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "0.1" +#define VERSION "0.2" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */