|
|
@@ -1,242 +1,448 @@
|
|
|
-/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
|
|
-#ifndef _EGG_CONFIG_H
|
|
|
-#define _EGG_CONFIG_H
|
|
|
+/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
-/* Define if on AIX 3.
|
|
|
- System headers sometimes define this.
|
|
|
- We just want to avoid a redefinition error message. */
|
|
|
-#ifndef _ALL_SOURCE
|
|
|
-#undef _ALL_SOURCE
|
|
|
-#endif
|
|
|
+/* Define if running on NeXT Step */
|
|
|
+#undef BORGCUBES
|
|
|
|
|
|
-/* Define to empty if the keyword does not work. */
|
|
|
-#undef const
|
|
|
+/* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF
|
|
|
+ */
|
|
|
+#undef BROKEN_SNPRINTF
|
|
|
|
|
|
-/* Define if you have a working `mmap' system call. */
|
|
|
-#undef HAVE_MMAP
|
|
|
+/* Define if running under cygwin */
|
|
|
+#undef CYGWIN_HACKS
|
|
|
|
|
|
-/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
|
-#undef HAVE_SYS_WAIT_H
|
|
|
+/* Define if running on sunos 4.0 *sigh* */
|
|
|
+#undef DLOPEN_1
|
|
|
|
|
|
-/* Define as __inline if that's what the C compiler calls it. */
|
|
|
-#undef inline
|
|
|
+/* Defines the current pack version */
|
|
|
+#undef EGG_VERSION
|
|
|
|
|
|
-/* Define if on MINIX. */
|
|
|
-#undef _MINIX
|
|
|
+/* Define to 1 if you have the `alarm' function. */
|
|
|
+#undef HAVE_ALARM
|
|
|
|
|
|
-/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
-#undef pid_t
|
|
|
+/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
|
+#undef HAVE_ARPA_INET_H
|
|
|
|
|
|
-/* Define if the system does not provide POSIX.1 features except
|
|
|
- with this defined. */
|
|
|
-#undef _POSIX_1_SOURCE
|
|
|
+/* Define to 1 if you have the `bzero' function. */
|
|
|
+#undef HAVE_BZERO
|
|
|
|
|
|
-/* Define if you need to in order for stat and other things to work. */
|
|
|
-#undef _POSIX_SOURCE
|
|
|
+/* Define to 1 if you have the `clock' function. */
|
|
|
+#undef HAVE_CLOCK
|
|
|
|
|
|
-/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
|
-#undef size_t
|
|
|
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
|
+ */
|
|
|
+#undef HAVE_DIRENT_H
|
|
|
|
|
|
-/* Define if you have the ANSI C header files. */
|
|
|
-#undef STDC_HEADERS
|
|
|
+/* Define if we need dlopen (for module support) */
|
|
|
+#undef HAVE_DLOPEN
|
|
|
|
|
|
-/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
-#undef TIME_WITH_SYS_TIME
|
|
|
+/* Define to 1 if you have the `dprintf' function. */
|
|
|
+#undef HAVE_DPRINTF
|
|
|
|
|
|
-/* Define if your processor stores words with the most significant
|
|
|
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
|
-#undef WORDS_BIGENDIAN
|
|
|
+/* Define to 1 if you have the `dup2' function. */
|
|
|
+#undef HAVE_DUP2
|
|
|
|
|
|
-/* Define if you want to enable IPv6 support. */
|
|
|
-#undef HAVE_IPV6
|
|
|
+/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
+#undef HAVE_FCNTL_H
|
|
|
|
|
|
-/* Define if you have support for socklen_t. */
|
|
|
-#undef HAVE_SOCKLEN_T
|
|
|
+/* Define to 1 if you have the `fork' function. */
|
|
|
+#undef HAVE_FORK
|
|
|
|
|
|
-/* Define if running on hpux that supports dynamic linking */
|
|
|
-#undef HPUX_HACKS
|
|
|
+/* Define to 1 if you have the `fsync' function. */
|
|
|
+#undef HAVE_FSYNC
|
|
|
|
|
|
-/* Define if running on hpux 10.x */
|
|
|
-#undef HPUX10_HACKS
|
|
|
+/* Define to 1 if you have the `getcwd' function. */
|
|
|
+#undef HAVE_GETCWD
|
|
|
|
|
|
-/* Define if running on OSF/1 platform. */
|
|
|
-#undef OSF1_HACKS
|
|
|
+/* Define to 1 if you have the `getdtablesize' function. */
|
|
|
+#undef HAVE_GETDTABLESIZE
|
|
|
|
|
|
-/* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF. */
|
|
|
-#undef BROKEN_SNPRINTF
|
|
|
+/* Define to 1 if you have the `gethostbyaddr' function. */
|
|
|
+#undef HAVE_GETHOSTBYADDR
|
|
|
|
|
|
-/* Define if running on OSF/1 platform. */
|
|
|
-#undef STOP_UAC
|
|
|
+/* Define to 1 if you have the `gethostbyname' function. */
|
|
|
+#undef HAVE_GETHOSTBYNAME
|
|
|
|
|
|
-/* Define if running on sunos 4.0 *sigh* */
|
|
|
-#undef DLOPEN_1
|
|
|
+/* Define to 1 if you have the `gethostbyname2' function. */
|
|
|
+#undef HAVE_GETHOSTBYNAME2
|
|
|
|
|
|
-/* Define if running on NeXT Step */
|
|
|
-#undef BORGCUBES
|
|
|
+/* Define to 1 if you have the `gethostname' function. */
|
|
|
+#undef HAVE_GETHOSTNAME
|
|
|
|
|
|
-/* Define if running under cygwin */
|
|
|
-#undef CYGWIN_HACKS
|
|
|
+/* Define to 1 if you have the `getipnodebyname' function. */
|
|
|
+#undef HAVE_GETIPNODEBYNAME
|
|
|
|
|
|
-/* Define if you have a version of libsafe with a broken sscanf */
|
|
|
-#undef LIBSAFE_HACKS
|
|
|
+/* Define to 1 if you have the `getpagesize' function. */
|
|
|
+#undef HAVE_GETPAGESIZE
|
|
|
|
|
|
-/* Define if we need dlopen (for module support) */
|
|
|
-#undef HAVE_DLOPEN
|
|
|
+/* Define to 1 if you have the `getpass' function. */
|
|
|
+#undef HAVE_GETPASS
|
|
|
|
|
|
-/* Define for Tcl that has Tcl_Free() (7.5p1 and later) */
|
|
|
-#undef HAVE_TCL_FREE
|
|
|
+/* Define to 1 if you have the `getrusage' function. */
|
|
|
+#undef HAVE_GETRUSAGE
|
|
|
|
|
|
-/* Defines the current pack version */
|
|
|
-#undef EGG_VERSION
|
|
|
+/* Define to 1 if you have the `gettimeofday' function. */
|
|
|
+#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
|
-/* The number of bytes in a int. */
|
|
|
-#undef SIZEOF_INT
|
|
|
+/* Define to 1 if you have the `inet_aton' function. */
|
|
|
+#undef HAVE_INET_ATON
|
|
|
|
|
|
-/* The number of bytes in a long. */
|
|
|
-#undef SIZEOF_LONG
|
|
|
+/* Define to 1 if you have the `inet_ntoa' function. */
|
|
|
+#undef HAVE_INET_NTOA
|
|
|
|
|
|
-/* Define if you have the clock function. */
|
|
|
-#undef HAVE_CLOCK
|
|
|
+/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
+#undef HAVE_INTTYPES_H
|
|
|
|
|
|
-/* Define if you have the dlopen function. */
|
|
|
-#undef HAVE_DLOPEN
|
|
|
+/* Define to 1 if you have the `isascii' function. */
|
|
|
+#undef HAVE_ISASCII
|
|
|
|
|
|
-/* Define if you have the dprintf function. */
|
|
|
-#undef HAVE_DPRINTF
|
|
|
+/* Define to 1 if you have the `dl' library (-ldl). */
|
|
|
+#undef HAVE_LIBDL
|
|
|
|
|
|
-/* Define if you have the fsync function. */
|
|
|
-#undef HAVE_FSYNC
|
|
|
+/* Define to 1 if you have the `dld' library (-ldld). */
|
|
|
+#undef HAVE_LIBDLD
|
|
|
|
|
|
-/* Define if you have the getdtablesize function. */
|
|
|
-#undef HAVE_GETDTABLESIZE
|
|
|
+/* Define to 1 if you have the `dns' library (-ldns). */
|
|
|
+#undef HAVE_LIBDNS
|
|
|
|
|
|
-/* Define if you have the gethostbyname2 function. */
|
|
|
-#undef HAVE_GETHOSTBYNAME2
|
|
|
+/* Define to 1 if you have the `nsl' library (-lnsl). */
|
|
|
+#undef HAVE_LIBNSL
|
|
|
|
|
|
-/* Define if you have the getipnodebyname function. */
|
|
|
-#undef HAVE_GETIPNODEBYNAME
|
|
|
+/* Define to 1 if you have the `socket' library (-lsocket). */
|
|
|
+#undef HAVE_LIBSOCKET
|
|
|
|
|
|
-/* Define if you have the getpagesize function. */
|
|
|
-#undef HAVE_GETPAGESIZE
|
|
|
+/* Define to 1 if you have the <limits.h> header file. */
|
|
|
+#undef HAVE_LIMITS_H
|
|
|
|
|
|
-/* Define if you have the getrusage function. */
|
|
|
-#undef HAVE_GETRUSAGE
|
|
|
+/* Define to 1 if you have the <locale.h> header file. */
|
|
|
+#undef HAVE_LOCALE_H
|
|
|
|
|
|
-/* Define if you have the inet_aton function. */
|
|
|
-#undef HAVE_INET_ATON
|
|
|
+/* 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 if you have the inet_ntop function. */
|
|
|
-#undef HAVE_INET_NTOP
|
|
|
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|
|
+ to 0 otherwise. */
|
|
|
+#undef HAVE_MALLOC
|
|
|
|
|
|
-/* Define if you have the isascii function. */
|
|
|
-#undef HAVE_ISASCII
|
|
|
+/* Define to 1 if you have the `mbrlen' function. */
|
|
|
+#undef HAVE_MBRLEN
|
|
|
|
|
|
-/* Define if you have the memcpy function. */
|
|
|
+/* Define to 1 if you have the `memcpy' function. */
|
|
|
#undef HAVE_MEMCPY
|
|
|
|
|
|
-/* Define if you have the memset function. */
|
|
|
+/* 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 if you have the random function. */
|
|
|
+/* Define to 1 if you have the `mkdir' function. */
|
|
|
+#undef HAVE_MKDIR
|
|
|
+
|
|
|
+/* Define to 1 if you have a working `mmap' system call. */
|
|
|
+#undef HAVE_MMAP
|
|
|
+
|
|
|
+/* Define to 1 if you have the `munmap' function. */
|
|
|
+#undef HAVE_MUNMAP
|
|
|
+
|
|
|
+/* 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 <openssl/crypto.h> header file. */
|
|
|
+#undef HAVE_OPENSSL_CRYPTO_H
|
|
|
+
|
|
|
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
|
|
+#undef HAVE_OPENSSL_SSL_H
|
|
|
+
|
|
|
+/* Define to 1 if you have the `random' function. */
|
|
|
#undef HAVE_RANDOM
|
|
|
|
|
|
-/* Define if you have the rename function. */
|
|
|
+/* 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 `realpath' function. */
|
|
|
+#undef HAVE_REALPATH
|
|
|
+
|
|
|
+/* Define to 1 if you have the `rename' function. */
|
|
|
#undef HAVE_RENAME
|
|
|
|
|
|
-/* Define if you have the setpgid function. */
|
|
|
+/* Define to 1 if you have the `select' function. */
|
|
|
+#undef HAVE_SELECT
|
|
|
+
|
|
|
+/* Define to 1 if you have the `setlocale' function. */
|
|
|
+#undef HAVE_SETLOCALE
|
|
|
+
|
|
|
+/* Define to 1 if you have the `setpgid' function. */
|
|
|
#undef HAVE_SETPGID
|
|
|
|
|
|
-/* Define if you have the sigaction function. */
|
|
|
+/* Define to 1 if you have the `sigaction' function. */
|
|
|
#undef HAVE_SIGACTION
|
|
|
|
|
|
-/* Define if you have the sigemptyset function. */
|
|
|
+/* Define to 1 if you have the `sigemptyset' function. */
|
|
|
#undef HAVE_SIGEMPTYSET
|
|
|
|
|
|
-/* Define if you have the snprintf function. */
|
|
|
+/* Define to 1 if you have the `snprintf' function. */
|
|
|
#undef HAVE_SNPRINTF
|
|
|
|
|
|
-/* Define if you have the srandom function. */
|
|
|
+/* Define to 1 if you have the `socket' function. */
|
|
|
+#undef HAVE_SOCKET
|
|
|
+
|
|
|
+/* 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 if you have the strcasecmp function. */
|
|
|
-#undef HAVE_STRCASECMP
|
|
|
+/* 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 if you have the strftime function. */
|
|
|
-#undef HAVE_STRFTIME
|
|
|
+/* Define to 1 if you have the <stddef.h> header file. */
|
|
|
+#undef HAVE_STDDEF_H
|
|
|
|
|
|
-/* Define if you have the strncasecmp function. */
|
|
|
-#undef HAVE_STRNCASECMP
|
|
|
+/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
+#undef HAVE_STDINT_H
|
|
|
|
|
|
-/* Define if you have the uname function. */
|
|
|
-#undef HAVE_UNAME
|
|
|
+/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
+#undef HAVE_STDLIB_H
|
|
|
|
|
|
-/* Define if you have the vsnprintf function. */
|
|
|
-#undef HAVE_VSNPRINTF
|
|
|
+/* Define to 1 if you have the `strcasecmp' function. */
|
|
|
+#undef HAVE_STRCASECMP
|
|
|
|
|
|
-/* Define if you have the vsprintf function. */
|
|
|
-#undef HAVE_VSPRINTF
|
|
|
+/* Define to 1 if you have the `strchr' function. */
|
|
|
+#undef HAVE_STRCHR
|
|
|
|
|
|
-/* Define if you have the <dirent.h> header file. */
|
|
|
-#undef HAVE_DIRENT_H
|
|
|
+/* Define to 1 if you have the `strerror' function. */
|
|
|
+#undef HAVE_STRERROR
|
|
|
|
|
|
-/* Define if you have the <dlfcn.h> header file. */
|
|
|
-#undef HAVE_DLFCN_H
|
|
|
+/* Define to 1 if you have the `strftime' function. */
|
|
|
+#undef HAVE_STRFTIME
|
|
|
|
|
|
-/* Define if you have the <limits.h> header file. */
|
|
|
-#undef HAVE_LIMITS_H
|
|
|
+/* Define to 1 if you have the <strings.h> header file. */
|
|
|
+#undef HAVE_STRINGS_H
|
|
|
|
|
|
-/* Define if you have the <ndir.h> header file. */
|
|
|
-#undef HAVE_NDIR_H
|
|
|
+/* Define to 1 if you have the <string.h> header file. */
|
|
|
+#undef HAVE_STRING_H
|
|
|
|
|
|
-/* Define if you have the <openssl/crypto.h> header file. */
|
|
|
-#undef HAVE_OPENSSL_CRYPTO_H
|
|
|
+/* Define to 1 if you have the `strncasecmp' function. */
|
|
|
+#undef HAVE_STRNCASECMP
|
|
|
|
|
|
-/* Define if you have the <openssl/ssl.h> header file. */
|
|
|
-#undef HAVE_OPENSSL_SSL_H
|
|
|
+/* Define to 1 if you have the `strpbrk' function. */
|
|
|
+#undef HAVE_STRPBRK
|
|
|
|
|
|
-/* Define if you have the <std_args.h> header file. */
|
|
|
-#undef HAVE_STD_ARGS_H
|
|
|
+/* Define to 1 if you have the `strrchr' function. */
|
|
|
+#undef HAVE_STRRCHR
|
|
|
|
|
|
-/* Define if you have the <stdarg.h> header file. */
|
|
|
-#undef HAVE_STDARG_H
|
|
|
+/* Define to 1 if you have the `strstr' function. */
|
|
|
+#undef HAVE_STRSTR
|
|
|
|
|
|
-/* Define if you have the <strings.h> header file. */
|
|
|
-#undef HAVE_STRINGS_H
|
|
|
+/* Define to 1 if you have the `strtol' function. */
|
|
|
+#undef HAVE_STRTOL
|
|
|
+
|
|
|
+/* Define to 1 if `tm_zone' is member of `struct tm'. */
|
|
|
+#undef HAVE_STRUCT_TM_TM_ZONE
|
|
|
|
|
|
-/* Define if you have the <sys/dir.h> header file. */
|
|
|
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
+ */
|
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
|
|
-/* Define if you have the <sys/ndir.h> header file. */
|
|
|
+/* 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 if you have the <sys/rusage.h> header file. */
|
|
|
-#undef HAVE_SYS_RUSAGE_H
|
|
|
+/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
+#undef HAVE_SYS_PARAM_H
|
|
|
|
|
|
-/* Define if you have the <sys/select.h> header file. */
|
|
|
+/* Define to 1 if you have the <sys/select.h> header file. */
|
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
|
|
-/* Define if you have the <sys/time.h> header file. */
|
|
|
+/* 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 if you have the <unistd.h> header file. */
|
|
|
+/* 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 for Tcl that has Tcl_Free() (7.5p1 and later) */
|
|
|
+#undef HAVE_TCL_FREE
|
|
|
+
|
|
|
+/* 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 `tzset' function. */
|
|
|
+#undef HAVE_TZSET
|
|
|
+
|
|
|
+/* 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 if you have the <zlib.h> header file. */
|
|
|
+/* 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 you have the <zlib.h> header file. */
|
|
|
#undef HAVE_ZLIB_H
|
|
|
|
|
|
-/* Define if you have the dl library (-ldl). */
|
|
|
-#undef HAVE_LIBDL
|
|
|
+/* Define if running on hpux 10.x */
|
|
|
+#undef HPUX10_HACKS
|
|
|
|
|
|
-/* Define if you have the dld library (-ldld). */
|
|
|
-#undef HAVE_LIBDLD
|
|
|
+/* Define if running on hpux that supports dynamic linking */
|
|
|
+#undef HPUX_HACKS
|
|
|
|
|
|
-/* Define if you have the dns library (-ldns). */
|
|
|
-#undef HAVE_LIBDNS
|
|
|
+/* Define if you have a version of libsafe with a broken sscanf */
|
|
|
+#undef LIBSAFE_HACKS
|
|
|
|
|
|
-/* Define if you have the nsl library (-lnsl). */
|
|
|
-#undef HAVE_LIBNSL
|
|
|
+/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
|
|
+ slash. */
|
|
|
+#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
|
|
|
|
|
|
-/* Define if you have the socket library (-lsocket). */
|
|
|
-#undef HAVE_LIBSOCKET
|
|
|
+/* 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 version of this package. */
|
|
|
+#undef PACKAGE_VERSION
|
|
|
+
|
|
|
+/* Define to the type of arg 1 for `select'. */
|
|
|
+#undef SELECT_TYPE_ARG1
|
|
|
+
|
|
|
+/* Define to the type of args 2, 3 and 4 for `select'. */
|
|
|
+#undef SELECT_TYPE_ARG234
|
|
|
+
|
|
|
+/* Define to the type of arg 5 for `select'. */
|
|
|
+#undef SELECT_TYPE_ARG5
|
|
|
+
|
|
|
+/* The size of a `int', as computed by sizeof. */
|
|
|
+#undef SIZEOF_INT
|
|
|
+
|
|
|
+/* The size of a `long', as computed by sizeof. */
|
|
|
+#undef SIZEOF_LONG
|
|
|
+
|
|
|
+/* 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
|
|
|
+
|
|
|
+/* Define to 1 if your processor stores words with the most significant byte
|
|
|
+ first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
|
+#undef WORDS_BIGENDIAN
|
|
|
+
|
|
|
+/* Define to 1 if on AIX 3.
|
|
|
+ System headers sometimes define this.
|
|
|
+ We just want to avoid a redefinition error message. */
|
|
|
+#ifndef _ALL_SOURCE
|
|
|
+# undef _ALL_SOURCE
|
|
|
+#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 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 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' 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
|
|
|
|
|
|
-#endif /* !_EGG_CONFIG_H */
|
|
|
+/* Define to empty if the keyword `volatile' does not work. Warning: valid
|
|
|
+ code using `volatile' can become incorrect without. Disable with care. */
|
|
|
+#undef volatile
|