53 lines
1.3 KiB
C
53 lines
1.3 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define as __inline if that's what the C compiler calls it. */
|
|
#undef inline
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* define if you need inet_aton() */
|
|
#undef NEED_INET_ATON
|
|
|
|
/* define if you need inet_ntop() */
|
|
#undef NEED_INET_NTOP
|
|
|
|
/* define if you need inet_pton() */
|
|
#undef NEED_INET_PTON
|
|
|
|
/* define if you need AF_INET6 */
|
|
#undef NEED_AF_INET6
|
|
|
|
/* define if your struct sockaddr has a sa_len member */
|
|
#undef HAVE_SA_LEN
|
|
|
|
/* define on DEC OSF to enable 4.4BSD style sa_len support */
|
|
#undef _SOCKADDR_LEN
|
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the nsl library (-lnsl). */
|
|
#undef HAVE_LIBNSL
|
|
|
|
/* Define if you have the pthread library (-lpthread). */
|
|
#undef HAVE_LIBPTHREAD
|
|
|
|
/* Define if you have the socket library (-lsocket). */
|
|
#undef HAVE_LIBSOCKET
|