emailrelay/gconfig_defs.h.in
Graeme Walker c957ef5cf5 v2.0
2018-06-15 12:00:00 +00:00

179 lines
4.7 KiB
C

/* gconfig_defs.h.in. Generated from configure.ac by autoheader. */
/* Define true to use IPv6 */
#undef GCONFIG_ENABLE_IPV6
/* Define true to use std::thread */
#undef GCONFIG_ENABLE_STD_THREAD
/* Define true if compiler has std::align() */
#undef GCONFIG_HAVE_CXX_ALIGNMENT
/* Define true if compiler supports c++ constexpr */
#undef GCONFIG_HAVE_CXX_CONSTEXPR
/* Define true if compiler has std::vector::emplace_back() */
#undef GCONFIG_HAVE_CXX_EMPLACE
/* Define true if compiler supports c++ final keyword */
#undef GCONFIG_HAVE_CXX_FINAL
/* Define true if compiler supports c++ noexcept */
#undef GCONFIG_HAVE_CXX_NOEXCEPT
/* Define true if compiler supports c++ nullptr */
#undef GCONFIG_HAVE_CXX_NULLPTR
/* Define true if compiler supports c++ override */
#undef GCONFIG_HAVE_CXX_OVERRIDE
/* Define true if compiler has std::shared_ptr */
#undef GCONFIG_HAVE_CXX_SHARED_PTR
/* Define true if compiler has std::thread */
#undef GCONFIG_HAVE_CXX_STD_THREAD
/* Define true if compiler has std::wstring */
#undef GCONFIG_HAVE_CXX_STD_WSTRING
/* Define true if compiler has <type_traits> make_unsigned */
#undef GCONFIG_HAVE_CXX_TYPE_TRAITS_MAKE_UNSIGNED
/* Define true if errno_t type definition in error.h */
#undef GCONFIG_HAVE_ERRNO_T
/* Define true if getenv_s in stdlib.h */
#undef GCONFIG_HAVE_GETENV_S
/* Define true if getpwnam in pwd.h */
#undef GCONFIG_HAVE_GETPWNAM
/* Define true if getpwnam_r in pwd.h */
#undef GCONFIG_HAVE_GETPWNAM_R
/* Define true if gmtime_r in time.h */
#undef GCONFIG_HAVE_GMTIME_R
/* Define true if gmtime_s in time.h */
#undef GCONFIG_HAVE_GMTIME_S
/* Define true to enable use of iconv */
#undef GCONFIG_HAVE_ICONV
/* Define true if inet_ntop() is available */
#undef GCONFIG_HAVE_INET_NTOP
/* Define true if inet_pton() is available */
#undef GCONFIG_HAVE_INET_PTON
/* Define true if ipv6 is available */
#undef GCONFIG_HAVE_IPV6
/* Define true if localtime_r in time.h */
#undef GCONFIG_HAVE_LOCALTIME_R
/* Define true if localtime_s in time.h */
#undef GCONFIG_HAVE_LOCALTIME_S
/* Define true to enable mbedtls */
#undef GCONFIG_HAVE_MBEDTLS
/* Define true to use deprecated mbedtls/net.h */
#undef GCONFIG_HAVE_MBEDTLS_NET_H
/* Define true to enable openssl */
#undef GCONFIG_HAVE_OPENSSL
/* Define true if openssl has SSL_set_min_proto_version */
#undef GCONFIG_HAVE_OPENSSL_MIN_MAX
/* Define true if openssl has SSLv23_method */
#undef GCONFIG_HAVE_OPENSSL_SSLv23_METHOD
/* Define true if openssl has SSLv3_method */
#undef GCONFIG_HAVE_OPENSSL_SSLv3_METHOD
/* Define true if openssl has TLS_method */
#undef GCONFIG_HAVE_OPENSSL_TLS_METHOD
/* Define true if openssl has TLSv1_1_method */
#undef GCONFIG_HAVE_OPENSSL_TLSv1_1_METHOD
/* Define true if openssl has TLSv1_2_method */
#undef GCONFIG_HAVE_OPENSSL_TLSv1_2_METHOD
/* Define true if openssl has TLSv1_method */
#undef GCONFIG_HAVE_OPENSSL_TLSv1_METHOD
/* Define true to use pam */
#undef GCONFIG_HAVE_PAM
/* Define true to include pam_appl.h as-is */
#undef GCONFIG_HAVE_PAM_IN_INCLUDE
/* Define true to include pam_appl.h from pam */
#undef GCONFIG_HAVE_PAM_IN_PAM
/* Define true to include pam_appl.h from security */
#undef GCONFIG_HAVE_PAM_IN_SECURITY
/* Define true if have OSX proc_pidpath() */
#undef GCONFIG_HAVE_PROC_PIDPATH
/* Define true if have readlink() in unistd.h */
#undef GCONFIG_HAVE_READLINK
/* Define true if setgroups is available */
#undef GCONFIG_HAVE_SETGROUPS
/* Define true if setpgrp has two parameters */
#undef GCONFIG_HAVE_SETPGRP_BSD
/* Define true if sockaddr_in6 has a sin6_len member */
#undef GCONFIG_HAVE_SIN6_LEN
/* Define true if socklen_t type definition in sys/socket.h */
#undef GCONFIG_HAVE_SOCKLEN_T
/* Define true if ssize_t type is defined */
#undef GCONFIG_HAVE_SSIZE_T
/* Define true if statbuf has a st_atim.tv_nsec member */
#undef GCONFIG_HAVE_STATBUF_NSEC
/* Define true if strncpy_s in string.h */
#undef GCONFIG_HAVE_STRNCPY_S
/* Define true for a windows build using the mingw tool chain */
#undef GCONFIG_MINGW
/* Define to disable the G_LOG macro */
#undef GCONFIG_NO_LOG
/* Define true for a windows build */
#undef GCONFIG_WINDOWS
/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11
/* 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 enable debug messages at compile-time */
#undef _DEBUG