config.h.in revision 93493779
16c321187Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
26c321187Smrg
36c321187Smrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
46c321187Smrg#undef BSD44SOCKETS
56c321187Smrg
66c321187Smrg/* Whether we have snprintf() */
76c321187Smrg#undef HAS_SNPRINTF
86c321187Smrg
96c321187Smrg/* Define to 1 if you have the <dlfcn.h> header file. */
106c321187Smrg#undef HAVE_DLFCN_H
116c321187Smrg
126c321187Smrg/* Define to 1 if you have the <inttypes.h> header file. */
136c321187Smrg#undef HAVE_INTTYPES_H
146c321187Smrg
1593493779Smrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
1693493779Smrg#undef HAVE_LIBWS2_32
1793493779Smrg
186c321187Smrg/* Define to 1 if you have the <memory.h> header file. */
196c321187Smrg#undef HAVE_MEMORY_H
206c321187Smrg
2193493779Smrg/* Define to 1 if the system has the type `socklen_t'. */
2293493779Smrg#undef HAVE_SOCKLEN_T
2393493779Smrg
246c321187Smrg/* Define to 1 if you have the <stdint.h> header file. */
256c321187Smrg#undef HAVE_STDINT_H
266c321187Smrg
276c321187Smrg/* Define to 1 if you have the <stdlib.h> header file. */
286c321187Smrg#undef HAVE_STDLIB_H
296c321187Smrg
306c321187Smrg/* Define to 1 if you have the <strings.h> header file. */
316c321187Smrg#undef HAVE_STRINGS_H
326c321187Smrg
336c321187Smrg/* Define to 1 if you have the <string.h> header file. */
346c321187Smrg#undef HAVE_STRING_H
356c321187Smrg
366c321187Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
376c321187Smrg#undef HAVE_SYS_STAT_H
386c321187Smrg
396c321187Smrg/* Define to 1 if you have the <sys/types.h> header file. */
406c321187Smrg#undef HAVE_SYS_TYPES_H
416c321187Smrg
426c321187Smrg/* Define to 1 if you have the <unistd.h> header file. */
436c321187Smrg#undef HAVE_UNISTD_H
446c321187Smrg
456c321187Smrg/* Support IPv6 for TCP connections */
466c321187Smrg#undef IPv6
476c321187Smrg
486c321187Smrg/* Support os-specific local connections */
496c321187Smrg#undef LOCALCONN
506c321187Smrg
516c321187Smrg/* Name of package */
526c321187Smrg#undef PACKAGE
536c321187Smrg
546c321187Smrg/* Define to the address where bug reports for this package should be sent. */
556c321187Smrg#undef PACKAGE_BUGREPORT
566c321187Smrg
576c321187Smrg/* Define to the full name of this package. */
586c321187Smrg#undef PACKAGE_NAME
596c321187Smrg
606c321187Smrg/* Define to the full name and version of this package. */
616c321187Smrg#undef PACKAGE_STRING
626c321187Smrg
636c321187Smrg/* Define to the one symbol short name of this package. */
646c321187Smrg#undef PACKAGE_TARNAME
656c321187Smrg
666c321187Smrg/* Define to the version of this package. */
676c321187Smrg#undef PACKAGE_VERSION
686c321187Smrg
696c321187Smrg/* Major version of this package */
706c321187Smrg#undef PACKAGE_VERSION_MAJOR
716c321187Smrg
726c321187Smrg/* Minor version of this package */
736c321187Smrg#undef PACKAGE_VERSION_MINOR
746c321187Smrg
756c321187Smrg/* Patch version of this package */
766c321187Smrg#undef PACKAGE_VERSION_PATCHLEVEL
776c321187Smrg
786c321187Smrg/* Define as the return type of signal handlers (`int' or `void'). */
796c321187Smrg#undef RETSIGTYPE
806c321187Smrg
816c321187Smrg/* Define to 1 if you have the ANSI C header files. */
826c321187Smrg#undef STDC_HEADERS
836c321187Smrg
846c321187Smrg/* Support TCP socket connections */
856c321187Smrg#undef TCPCONN
866c321187Smrg
876c321187Smrg/* Support UNIX socket connections */
886c321187Smrg#undef UNIXCONN
896c321187Smrg
906c321187Smrg/* Version number of package */
916c321187Smrg#undef VERSION
92