autoreconf
[shibboleth/xmltooling.git] / config.h.in
diff --git a/config.h.in b/config.h.in
new file mode 100644 (file)
index 0000000..b611bbe
--- /dev/null
@@ -0,0 +1,167 @@
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define to 1 if C++ compiler supports covariant virtual methods. */
+#undef HAVE_COVARIANT_RETURNS
+
+/* Define to 1 if you have the 'curl_off_t' type. */
+#undef HAVE_CURL_OFF_T
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have an STL implementation that supports useful string
+   specialization. */
+#undef HAVE_GOOD_STL
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have an STL implementation that supports
+   std::iterator_traits. */
+#undef HAVE_ITERATOR_TRAITS
+
+/* Define to 1 if you have the `curl' library (-lcurl). */
+#undef HAVE_LIBCURL
+
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* define if the compiler implements namespaces */
+#undef HAVE_NAMESPACES
+
+/* Define to 1 if C++ compiler supports nullptr keyword. */
+#undef HAVE_NULLPTR
+
+/* Define if you have POSIX threads libraries and header files. */
+#undef HAVE_PTHREAD
+
+/* Define to 1 if you have the `pthread_rwlock_init' function. */
+#undef HAVE_PTHREAD_RWLOCK_INIT
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
+
+/* Define to 1 if you have the `strchr' function. */
+#undef HAVE_STRCHR
+
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the `strstr' function. */
+#undef HAVE_STRSTR
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the `timegm' function. */
+#undef HAVE_TIMEGM
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the 'xsecsize_t' type. */
+#undef HAVE_XSECSIZE_T
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to necessary symbol if this constant uses a non-standard name on
+   your system. */
+#undef PTHREAD_CREATE_JOINABLE
+
+/* The size of `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION
+
+/* Define to 1 if log4cpp library is used. */
+#undef XMLTOOLING_LOG4CPP
+
+/* Define to 1 if log4shib library is used. */
+#undef XMLTOOLING_LOG4SHIB
+
+/* Define to 1 if you wish to disable XML-Security-dependent features. */
+#undef XMLTOOLING_NO_XMLSEC
+
+/* Define to 1 if OpenSSL has EC support. */
+#undef XMLTOOLING_OPENSSL_HAVE_EC
+
+/* Define to 1 if OpenSSL supports the SHA-2 hash family. */
+#undef XMLTOOLING_OPENSSL_HAVE_SHA2
+
+/* Define to 1 if Xerces has a 64-bit-safe API. */
+#undef XMLTOOLING_XERCESC_64BITSAFE
+
+/* Define to 1 if Xerces DOM ID methods take extra parameter. */
+#undef XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE
+
+/* Define to 1 if Xerces supports a compliant DOMLS API. */
+#undef XMLTOOLING_XERCESC_COMPLIANT_DOMLS
+
+/* Define to 1 if Xerces XMLString includes XMLByte release. */
+#undef XMLTOOLING_XERCESC_HAS_XMLBYTE_RELEASE
+
+/* Define to 1 if Xerces InputStream class requires getContentType. */
+#undef XMLTOOLING_XERCESC_INPUTSTREAM_HAS_CONTENTTYPE
+
+/* Define to 1 if XML-Security-C includes debug logging support. */
+#undef XMLTOOLING_XMLSEC_DEBUGLOGGING
+
+/* Define to 1 if XML-Security-C includes ECC support. */
+#undef XMLTOOLING_XMLSEC_ECC
+
+/* Define to 1 if XML-Security-C handles multiple CRLs. */
+#undef XMLTOOLING_XMLSEC_MULTIPLECRL
+
+/* Define to 1 if XML-Security-C exposes the signature algorithm URI. */
+#undef XMLTOOLING_XMLSEC_SIGALGORITHM
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t