/*
* Copyright (C) 1999-2005, 2007, 2008, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*! \file */
/***
*** This file is not to be included by any public header files, because
*** it does not get installed.
***/
@TOP@
/** define on DEC OSF to enable 4.4BSD style sa_len support */
/** define if your system needs pthread_init() before using pthreads */
/** define if your system has sigwait() */
/** define if sigwait() is the UnixWare flavor */
/** define on Solaris to get sigwait() to work using pthreads semantics */
/** define if LinuxThreads is in use */
/** define if sysconf() is available */
/** define if sysctlbyname() is available */
/** define if catgets() is available */
/** define if getifaddrs() exists */
/** define if tzset() is available */
/** define if struct addrinfo exists */
/** define if getaddrinfo() exists */
/** define if gai_strerror() exists */
/**
* define if pthread_setconcurrency() should be called to tell the
* OS how many threads we might want to run.
*/
/** define if IPv6 is not disabled */
/** define if flockfile() is available */
/** define if getc_unlocked() is available */
#ifdef SHUTUP_SPUTAUX
struct __sFILE;
#endif
#ifdef SHUTUP_SIGWAIT
#endif
#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
#include <stdarg.h> /** Grr. Must be included *every time*. */
/**
* The silly continuation line is to keep configure from
* commenting out the #undef.
*/
#undef \
do { \
} while (0)
#endif /** SHUTUP_STDARG_CAST && __GNUC__ */
/** define if the system has a random number generating device */
/** define if pthread_attr_getstacksize() is available */
/** define if pthread_attr_setstacksize() is available */
/** define if you have strerror in the C library. */
/* Define if OpenSSL includes DSA support */
/* Define if you have getpassphrase in the C library. */
/* Define to the length type used by the socket API (socklen_t, size_t, int). */
/* Define if threads need PTHREAD_SCOPE_SYSTEM */
/* Define to 1 if you have the uname library function. */