| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- /* config.h.in. Generated from configure.ac by autoheader. */
- /* Define if building universal (internal helper macro) */
- #undef AC_APPLE_UNIVERSAL_BUILD
- /* Define if running on NeXT Step */
- #undef BORGCUBES
- /* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF
- */
- #undef BROKEN_SNPRINTF
- /* big endian */
- #undef B_ENDIAN
- /* Defines the current pack version */
- #undef EGG_VERSION
- /* Define to 1 if you have the `alarm' function. */
- #undef HAVE_ALARM
- /* Define to 1 if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
- /* Define to 1 if you have the `clock' function. */
- #undef HAVE_CLOCK
- /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
- */
- #undef HAVE_DECL_TZNAME
- /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
- #undef HAVE_DIRENT_H
- /* 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 `fsync' function. */
- #undef HAVE_FSYNC
- /* Define to 1 if you have the `getpagesize' function. */
- #undef HAVE_GETPAGESIZE
- /* Define to 1 if you have the `getpassphrase' function. */
- #undef HAVE_GETPASSPHRASE
- /* Define to 1 if you have the `getrusage' function. */
- #undef HAVE_GETRUSAGE
- /* Define to 1 if you have the `gettime' function. */
- #undef HAVE_GETTIME
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `isascii' function. */
- #undef HAVE_ISASCII
- /* Define to 1 if you have the `dl' library (-ldl). */
- #undef HAVE_LIBDL
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define to 1 if you have the `socket' library (-lsocket). */
- #undef HAVE_LIBSOCKET
- /* Define to 1 if you have the <limits.h> header file. */
- #undef HAVE_LIMITS_H
- /* Define to 1 if you have the <locale.h> header file. */
- #undef HAVE_LOCALE_H
- /* Define to 1 if `lstat' has the bug that it succeeds when given the
- zero-length file name argument. */
- #undef HAVE_LSTAT_EMPTY_STRING_BUG
- /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
- #undef HAVE_MALLOC
- /* Define to 1 if you have the `memcpy' function. */
- #undef HAVE_MEMCPY
- /* 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 a working `mmap' system call. */
- #undef HAVE_MMAP
- /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
- #undef HAVE_NDIR_H
- /* 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 <paths.h> header file. */
- #undef HAVE_PATHS_H
- /* Define to 1 if you have the `random' function. */
- #undef HAVE_RANDOM
- /* Define to 1 if your system has a GNU libc compatible `realloc' function,
- and to 0 otherwise. */
- #undef HAVE_REALLOC
- /* Define to 1 if you have the `rename' function. */
- #undef HAVE_RENAME
- /* Define to 1 if you have the `snprintf' function. */
- #undef HAVE_SNPRINTF
- /* Define if you have support for socklen_t */
- #undef HAVE_SOCKLEN_T
- /* Define to 1 if you have the `srandom' function. */
- #undef HAVE_SRANDOM
- /* Define to 1 if `stat' has the bug that it succeeds when given the
- zero-length file name argument. */
- #undef HAVE_STAT_EMPTY_STRING_BUG
- /* Define to 1 if you have the <stdarg.h> header file. */
- #undef HAVE_STDARG_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 <std_arg.h> header file. */
- #undef HAVE_STD_ARG_H
- /* Define to 1 if you have the `strcasecmp' function. */
- #undef HAVE_STRCASECMP
- /* 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 `strncasecmp' function. */
- #undef HAVE_STRNCASECMP
- /* Define to 1 if `tm_zone' is a member of `struct tm'. */
- #undef HAVE_STRUCT_TM_TM_ZONE
- /* Define to 1 if your struct stat has an st_mtim member */
- #undef HAVE_ST_MTIM
- /* Define to 1 if your struct stat has an st_mtimespec member */
- #undef HAVE_ST_MTIMESPEC
- /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_DIR_H
- /* Define to 1 if you have the <sys/file.h> header file. */
- #undef HAVE_SYS_FILE_H
- /* Define to 1 if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_NDIR_H
- /* Define to 1 if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
- /* Define to 1 if you have the <sys/ptrace.h> header file. */
- #undef HAVE_SYS_PTRACE_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 struct timespec in sys/time.h */
- #undef HAVE_TIMESPEC
- /* Define to 1 if you have a timespecsub macro or function that takes two
- arguments (not three) */
- #undef HAVE_TIMESPECSUB2
- /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
- `HAVE_STRUCT_TM_TM_ZONE' instead. */
- #undef HAVE_TM_ZONE
- /* Define to 1 if you don't have `tm_zone' but do have the external array
- `tzname'. */
- #undef HAVE_TZNAME
- /* Define to 1 if you have the `uname' function. */
- #undef HAVE_UNAME
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_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 `vsprintf' function. */
- #undef HAVE_VSPRINTF
- /* Define to 1 if you have the <wchar.h> header file. */
- #undef HAVE_WCHAR_H
- /* Define to 1 if `fork' works. */
- #undef HAVE_WORKING_FORK
- /* Define to 1 if `vfork' works. */
- #undef HAVE_WORKING_VFORK
- /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
- slash. */
- #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
- /* little endian */
- #undef L_ENDIAN
- /* Define under HPUX */
- #undef MD32_XARRAY
- /* Define if running on OSF/1 platform */
- #undef OSF1_HACKS
- /* 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 limit of random() function. */
- #undef RANDOM_MAX
- /* The size of `int', as computed by sizeof. */
- #undef SIZEOF_INT
- /* The size of `long', as computed by sizeof. */
- #undef SIZEOF_LONG
- /* The size of `long long', as computed by sizeof. */
- #undef SIZEOF_LONG_LONG
- /* The size of `ptrdiff_t', as computed by sizeof. */
- #undef SIZEOF_PTRDIFF_T
- /* The size of `short', as computed by sizeof. */
- #undef SIZEOF_SHORT
- /* The size of `size_t', as computed by sizeof. */
- #undef SIZEOF_SIZE_T
- /* The size of `time_t', as computed by sizeof. */
- #undef SIZEOF_TIME_T
- /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
- #undef STAT_MACROS_BROKEN
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define if running on OSF/1 platform */
- #undef STOP_UAC
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Define to 1 if your <sys/time.h> declares `struct tm'. */
- #undef TM_IN_SYS_TIME
- /* Define if you want ipv6 support */
- #undef USE_IPV6
- /* Enable extensions on AIX 3, Interix. */
- #ifndef _ALL_SOURCE
- # undef _ALL_SOURCE
- #endif
- /* Enable GNU extensions on systems that have them. */
- #ifndef _GNU_SOURCE
- # undef _GNU_SOURCE
- #endif
- /* Enable threading extensions on Solaris. */
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # undef _POSIX_PTHREAD_SEMANTICS
- #endif
- /* Enable extensions on HP NonStop. */
- #ifndef _TANDEM_SOURCE
- # undef _TANDEM_SOURCE
- #endif
- /* Enable general extensions on Solaris. */
- #ifndef __EXTENSIONS__
- # undef __EXTENSIONS__
- #endif
- /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
- #if defined AC_APPLE_UNIVERSAL_BUILD
- # if defined __BIG_ENDIAN__
- # define WORDS_BIGENDIAN 1
- # endif
- #else
- # ifndef WORDS_BIGENDIAN
- # undef WORDS_BIGENDIAN
- # endif
- #endif
- /* Define to 1 if on MINIX. */
- #undef _MINIX
- /* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
- #undef _POSIX_1_SOURCE
- /* Define to 1 if you need to in order for `stat' and other things to work. */
- #undef _POSIX_SOURCE
- /* Define to 1 if type `char' is unsigned and you are not using gcc. */
- #ifndef __CHAR_UNSIGNED__
- # undef __CHAR_UNSIGNED__
- #endif
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
- /* Define to rpl_malloc if the replacement function should be used. */
- #undef malloc
- /* Define to `int' if <sys/types.h> does not define. */
- #undef pid_t
- /* Define to rpl_realloc if the replacement function should be used. */
- #undef realloc
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- #undef size_t
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
- /* Define as `fork' if `vfork' does not work. */
- #undef vfork
- /* Define to empty if the keyword `volatile' does not work. Warning: valid
- code using `volatile' can become incorrect without. Disable with care. */
- #undef volatile
- /*
- * Macros to pull sec and nsec parts of mtime from struct stat.
- */
- #ifdef HAVE_ST_MTIM
- # define mtim_getsec(_x) ((_x).st_mtim.tv_sec)
- # define mtim_getnsec(_x) ((_x).st_mtim.tv_nsec)
- #else
- # ifdef HAVE_ST_MTIMESPEC
- # define mtim_getsec(_x) ((_x).st_mtimespec.tv_sec)
- # define mtim_getnsec(_x) ((_x).st_mtimespec.tv_nsec)
- # else
- # define mtim_getsec(_x) ((_x).st_mtime)
- # define mtim_getnsec(_x) (0)
- # endif /* HAVE_ST_MTIMESPEC */
- #endif /* HAVE_ST_MTIM */
- /*
- * Enable IPv6 debugging?
- */
- #define DEBUG_IPV6 1
- #define HAVE_IPV6 1
- /* IPv6 sanity checks. */
- #ifdef USE_IPV6
- # ifndef HAVE_IPV6
- # undef USE_IPV6
- # endif
- # ifndef HAVE_GETHOSTBYNAME2
- # ifndef HAVE_GETIPNODEBYNAME
- # undef USE_IPV6
- # endif
- # endif
- #endif
|