config.h.in revision 8f34cbf9
134f90d55Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 234f90d55Smrg 334f90d55Smrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 434f90d55Smrg#undef BSD44SOCKETS 534f90d55Smrg 634f90d55Smrg/* comma-separated list of strings for config file paths when not specified */ 734f90d55Smrg#undef DEFAULT_CONFIG_FILE 834f90d55Smrg 934f90d55Smrg/* Define to 1 if you have the `daemon' function. */ 1034f90d55Smrg#undef HAVE_DAEMON 1134f90d55Smrg 1234f90d55Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 1334f90d55Smrg#undef HAVE_INTTYPES_H 1434f90d55Smrg 1534f90d55Smrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 1634f90d55Smrg#undef HAVE_LIBWS2_32 1734f90d55Smrg 1834f90d55Smrg/* Define to 1 if you have the <memory.h> header file. */ 1934f90d55Smrg#undef HAVE_MEMORY_H 2034f90d55Smrg 2134f90d55Smrg/* Define to 1 if the system has the type `socklen_t'. */ 2234f90d55Smrg#undef HAVE_SOCKLEN_T 2334f90d55Smrg 2434f90d55Smrg/* Define to 1 if you have the <stdint.h> header file. */ 2534f90d55Smrg#undef HAVE_STDINT_H 2634f90d55Smrg 2734f90d55Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 2834f90d55Smrg#undef HAVE_STDLIB_H 2934f90d55Smrg 3034f90d55Smrg/* Define to 1 if you have the <strings.h> header file. */ 3134f90d55Smrg#undef HAVE_STRINGS_H 3234f90d55Smrg 3334f90d55Smrg/* Define to 1 if you have the <string.h> header file. */ 3434f90d55Smrg#undef HAVE_STRING_H 3534f90d55Smrg 3634f90d55Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 3734f90d55Smrg#undef HAVE_SYS_STAT_H 3834f90d55Smrg 3934f90d55Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 4034f90d55Smrg#undef HAVE_SYS_TYPES_H 4134f90d55Smrg 4234f90d55Smrg/* Define to 1 if you have the <unistd.h> header file. */ 4334f90d55Smrg#undef HAVE_UNISTD_H 4434f90d55Smrg 4534f90d55Smrg/* Support IPv6 for TCP connections */ 4634f90d55Smrg#undef IPv6 4734f90d55Smrg 4834f90d55Smrg/* Support os-specific local connections */ 4934f90d55Smrg#undef LOCALCONN 5034f90d55Smrg 5134f90d55Smrg/* Name of package */ 5234f90d55Smrg#undef PACKAGE 5334f90d55Smrg 5434f90d55Smrg/* Define to the address where bug reports for this package should be sent. */ 5534f90d55Smrg#undef PACKAGE_BUGREPORT 5634f90d55Smrg 5734f90d55Smrg/* Define to the full name of this package. */ 5834f90d55Smrg#undef PACKAGE_NAME 5934f90d55Smrg 6034f90d55Smrg/* Define to the full name and version of this package. */ 6134f90d55Smrg#undef PACKAGE_STRING 6234f90d55Smrg 6334f90d55Smrg/* Define to the one symbol short name of this package. */ 6434f90d55Smrg#undef PACKAGE_TARNAME 6534f90d55Smrg 6634f90d55Smrg/* Define to the home page for this package. */ 6734f90d55Smrg#undef PACKAGE_URL 6834f90d55Smrg 6934f90d55Smrg/* Define to the version of this package. */ 7034f90d55Smrg#undef PACKAGE_VERSION 7134f90d55Smrg 7234f90d55Smrg/* Major version of this package */ 7334f90d55Smrg#undef PACKAGE_VERSION_MAJOR 7434f90d55Smrg 7534f90d55Smrg/* Minor version of this package */ 7634f90d55Smrg#undef PACKAGE_VERSION_MINOR 7734f90d55Smrg 7834f90d55Smrg/* Patch version of this package */ 7934f90d55Smrg#undef PACKAGE_VERSION_PATCHLEVEL 8034f90d55Smrg 8134f90d55Smrg/* Define to 1 if you have the ANSI C header files. */ 8234f90d55Smrg#undef STDC_HEADERS 8334f90d55Smrg 8434f90d55Smrg/* Support TCP socket connections */ 8534f90d55Smrg#undef TCPCONN 8634f90d55Smrg 8734f90d55Smrg/* Support UNIX socket connections */ 8834f90d55Smrg#undef UNIXCONN 8934f90d55Smrg 9034f90d55Smrg/* Build support for logging via syslog */ 9134f90d55Smrg#undef USE_SYSLOG 9234f90d55Smrg 9334f90d55Smrg/* Enable extensions on AIX 3, Interix. */ 9434f90d55Smrg#ifndef _ALL_SOURCE 9534f90d55Smrg# undef _ALL_SOURCE 9634f90d55Smrg#endif 9734f90d55Smrg/* Enable GNU extensions on systems that have them. */ 9834f90d55Smrg#ifndef _GNU_SOURCE 9934f90d55Smrg# undef _GNU_SOURCE 10034f90d55Smrg#endif 10134f90d55Smrg/* Enable threading extensions on Solaris. */ 10234f90d55Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 10334f90d55Smrg# undef _POSIX_PTHREAD_SEMANTICS 10434f90d55Smrg#endif 10534f90d55Smrg/* Enable extensions on HP NonStop. */ 10634f90d55Smrg#ifndef _TANDEM_SOURCE 10734f90d55Smrg# undef _TANDEM_SOURCE 10834f90d55Smrg#endif 10934f90d55Smrg/* Enable general extensions on Solaris. */ 11034f90d55Smrg#ifndef __EXTENSIONS__ 11134f90d55Smrg# undef __EXTENSIONS__ 11234f90d55Smrg#endif 11334f90d55Smrg 11434f90d55Smrg 11534f90d55Smrg/* Version number of package */ 11634f90d55Smrg#undef VERSION 11734f90d55Smrg 11834f90d55Smrg/* Build support for starting from inetd */ 11934f90d55Smrg#undef XFS_INETD 12034f90d55Smrg 12134f90d55Smrg/* Define to 1 if on MINIX. */ 12234f90d55Smrg#undef _MINIX 12334f90d55Smrg 12434f90d55Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 12534f90d55Smrg this defined. */ 12634f90d55Smrg#undef _POSIX_1_SOURCE 12734f90d55Smrg 12834f90d55Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 12934f90d55Smrg#undef _POSIX_SOURCE 1308f34cbf9Ssnj 1318f34cbf9Ssnj/* Defined if needed to expose struct msghdr.msg_control */ 1328f34cbf9Ssnj#undef _XOPEN_SOURCE 133