123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416 |
- /* src/config.h.in. Generated from configure.ac by autoheader. */
- /* Define if debug-mode should be enabled */
- #undef DEBUG
- /* Define if SSP C support is enabled. */
- #undef ENABLE_SSP_CC
- /* Define to 1 if you have the `alarm' function. */
- #undef HAVE_ALARM
- /* Define to 1 if you have the `arc4random' function. */
- #undef HAVE_ARC4RANDOM
- /* Define to 1 if you have the `arc4random_stir' function. */
- #undef HAVE_ARC4RANDOM_STIR
- /* Define to 1 if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
- /* Define to 1 if you have the `deflate' function. */
- #undef HAVE_DEFLATE
- /* Define to 1 if you have the `dup2' function. */
- #undef HAVE_DUP2
- /* Define to 1 if you have the `endpwent' function. */
- #undef HAVE_ENDPWENT
- /* Define to 1 if you have the `epoll_create' function. */
- #undef HAVE_EPOLL_CREATE
- /* Define to 1 if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define to 1 if you have the `fork' function. */
- #undef HAVE_FORK
- /* Define to 1 if you have the `gai_strerror' function. */
- #undef HAVE_GAI_STRERROR
- /* Define to 1 if you have the `getaddrinfo' function. */
- #undef HAVE_GETADDRINFO
- /* Define to 1 if you have the `gethostbyaddr' function. */
- #undef HAVE_GETHOSTBYADDR
- /* Define to 1 if you have the `gethostbyname' function. */
- #undef HAVE_GETHOSTBYNAME
- /* Define to 1 if you have the `gethostname' function. */
- #undef HAVE_GETHOSTNAME
- /* Define to 1 if you have the `getnameinfo' function. */
- #undef HAVE_GETNAMEINFO
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define to 1 if you have the `gnutls_global_init' function. */
- #undef HAVE_GNUTLS_GLOBAL_INIT
- /* Define to 1 if you have the `iconv_open' function. */
- #undef HAVE_ICONV_OPEN
- /* Define to 1 if you have the <ident.h> header file. */
- #undef HAVE_IDENT_H
- /* Define to 1 if you have the `ident_id' function. */
- #undef HAVE_IDENT_ID
- /* Define to 1 if you have the `inet_aton' function. */
- #undef HAVE_INET_ATON
- /* Define to 1 if you have the `inet_ntoa' function. */
- #undef HAVE_INET_NTOA
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `kqueue' function. */
- #undef HAVE_KQUEUE
- /* Define to 1 if you have the `crypto' library (-lcrypto). */
- #undef HAVE_LIBCRYPTO
- /* Define to 1 if you have the `gnutls' library (-lgnutls). */
- #undef HAVE_LIBGNUTLS
- /* Define to 1 if you have the `iconv' library (-liconv). */
- #undef HAVE_LIBICONV
- /* Define to 1 if you have the `libiconv_open' function. */
- #undef HAVE_LIBICONV_OPEN
- /* Define to 1 if you have the `ident' library (-lident). */
- #undef HAVE_LIBIDENT
- /* Define to 1 if you have the `pam' library (-lpam). */
- #undef HAVE_LIBPAM
- /* Define to 1 if you have the `ssl' library (-lssl). */
- #undef HAVE_LIBSSL
- /* Define to 1 if you have the `z' library (-lz). */
- #undef HAVE_LIBZ
- /* Define to 1 if you have the <malloc.h> header file. */
- #undef HAVE_MALLOC_H
- /* Define to 1 if you have the `memmove' function. */
- #undef HAVE_MEMMOVE
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `memset' function. */
- #undef HAVE_MEMSET
- /* Define to 1 if you have the `mtrace' function. */
- #undef HAVE_MTRACE
- /* Define to 1 if you have the <netdb.h> header file. */
- #undef HAVE_NETDB_H
- /* Define to 1 if you have the <netinet/in.h> header file. */
- #undef HAVE_NETINET_IN_H
- /* Define to 1 if you have the <netinet/in_systm.h> header file. */
- #undef HAVE_NETINET_IN_SYSTM_H
- /* Define to 1 if you have the <netinet/ip.h> header file. */
- #undef HAVE_NETINET_IP_H
- /* Define to 1 if you have the `pam_authenticate' function. */
- #undef HAVE_PAM_AUTHENTICATE
- /* Define to 1 if you have the <pam/pam_appl.h> header file. */
- #undef HAVE_PAM_PAM_APPL_H
- /* Define to 1 if you have the `poll' function. */
- #undef HAVE_POLL
- /* Define to 1 if you have the <poll.h> header file. */
- #undef HAVE_POLL_H
- /* Define to 1 if you have the <security/pam_appl.h> header file. */
- #undef HAVE_SECURITY_PAM_APPL_H
- /* Define to 1 if you have the `select' function. */
- #undef HAVE_SELECT
- /* Define to 1 if you have the `setgroups' function. */
- #undef HAVE_SETGROUPS
- /* Define to 1 if you have the `setsid' function. */
- #undef HAVE_SETSID
- /* Define to 1 if you have the `sigaction' function. */
- #undef HAVE_SIGACTION
- /* Define to 1 if you have the `sigprocmask' function. */
- #undef HAVE_SIGPROCMASK
- /* Define to 1 if you have the `snprintf' function. */
- #undef HAVE_SNPRINTF
- /* Define to 1 if you have the `socket' function. */
- #undef HAVE_SOCKET
- /* Define to 1 if you have the `SSL_new' function. */
- #undef HAVE_SSL_NEW
- /* Define to 1 if you have the <stdbool.h> header file. */
- #undef HAVE_STDBOOL_H
- /* Define to 1 if you have the <stddef.h> header file. */
- #undef HAVE_STDDEF_H
- /* 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 `strcspn' function. */
- #undef HAVE_STRCSPN
- /* Define to 1 if you have the `strdup' function. */
- #undef HAVE_STRDUP
- /* Define to 1 if you have the `strerror' function. */
- #undef HAVE_STRERROR
- /* Define to 1 if you have the `strftime' function. */
- #undef HAVE_STRFTIME
- /* 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 `strlcat' function. */
- #undef HAVE_STRLCAT
- /* Define to 1 if you have the `strlcpy' function. */
- #undef HAVE_STRLCPY
- /* Define to 1 if you have the `strncasecmp' function. */
- #undef HAVE_STRNCASECMP
- /* Define to 1 if you have the `strndup' function. */
- #undef HAVE_STRNDUP
- /* Define to 1 if you have the `strrchr' function. */
- #undef HAVE_STRRCHR
- /* Define to 1 if you have the `strspn' function. */
- #undef HAVE_STRSPN
- /* Define to 1 if you have the `strstr' function. */
- #undef HAVE_STRSTR
- /* Define to 1 if you have the `strtok_r' function. */
- #undef HAVE_STRTOK_R
- /* Define to 1 if you have the <syslog.h> header file. */
- #undef HAVE_SYSLOG_H
- /* Define to 1 if you have the <sys/devpoll.h> header file. */
- #undef HAVE_SYS_DEVPOLL_H
- /* Define to 1 if you have the <sys/socket.h> header file. */
- #undef HAVE_SYS_SOCKET_H
- /* 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/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
- #undef HAVE_SYS_WAIT_H
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define to 1 if you have the `unsetenv' function. */
- #undef HAVE_UNSETENV
- /* Define to 1 if you have the <varargs.h> header file. */
- #undef HAVE_VARARGS_H
- /* Define to 1 if you have the `vfork' function. */
- #undef HAVE_VFORK
- /* Define to 1 if you have the <vfork.h> header file. */
- #undef HAVE_VFORK_H
- /* Define to 1 if you have the `vsnprintf' function. */
- #undef HAVE_VSNPRINTF
- /* Define to 1 if you have the `waitpid' function. */
- #undef HAVE_WAITPID
- /* Define to 1 if `fork' works. */
- #undef HAVE_WORKING_FORK
- /* getaddrinfo(0) */
- #undef HAVE_WORKING_GETADDRINFO
- /* Define to 1 if `vfork' works. */
- #undef HAVE_WORKING_VFORK
- /* Define to 1 if you have the <zlib.h> header file. */
- #undef HAVE_ZLIB_H
- /* Define if sockaddr_in.sin_len exists */
- #undef HAVE_sockaddr_in_len
- /* Define if socklen_t exists */
- #undef HAVE_socklen_t
- /* Target CPU name */
- #undef HOST_CPU
- /* Target operating system name */
- #undef HOST_OS
- /* Target system vendor */
- #undef HOST_VENDOR
- /* Define if libiconv can be used, e.g. for CHARCONV */
- #undef ICONV
- /* Define if the server should do IDENT requests */
- #undef IDENTAUTH
- /* Define if IRC+ protocol should be used */
- #undef IRCPLUS
- /* 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 if PAM should be used */
- #undef PAM
- /* Define to 1 if the C compiler supports function prototypes. */
- #undef PROTOTYPES
- /* Define if IRC sniffer should be enabled */
- #undef SNIFFER
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define if ngIRCd should behave strict RFC compliant */
- #undef STRICT_RFC
- /* Define if syslog should be used for logging */
- #undef SYSLOG
- /* Define if TCP wrappers should be used */
- #undef TCPWRAP
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Version number of package */
- #undef VERSION
- /* Define if IPV6 protocol should be enabled */
- #undef WANT_IPV6
- /* Define if zlib compression should be enabled */
- #undef ZLIB
- /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
- #define below would cause a syntax error. */
- #undef _UINT32_T
- /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
- #define below would cause a syntax error. */
- #undef _UINT8_T
- /* Define like PROTOTYPES; this can be used by system headers. */
- #undef __PROTOTYPES
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- #undef inline
- #endif
- /* Define to `int' if <sys/types.h> does not define. */
- #undef pid_t
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- #undef size_t
- /* Define to `int' if <sys/types.h> does not define. */
- #undef ssize_t
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
- /* Define to the type of an unsigned integer type of width exactly 16 bits if
- such a type exists and the standard includes do not define it. */
- #undef uint16_t
- /* Define to the type of an unsigned integer type of width exactly 32 bits if
- such a type exists and the standard includes do not define it. */
- #undef uint32_t
- /* Define to the type of an unsigned integer type of width exactly 8 bits if
- such a type exists and the standard includes do not define it. */
- #undef uint8_t
- /* Define as `fork' if `vfork' does not work. */
- #undef vfork
|