blob: 779219e1ae058e3a97dd491cd719c2923d406ffd [file] [log] [blame] [raw]
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* 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 your <sys/time.h> declares struct tm. */
#undef TM_IN_SYS_TIME
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Define to 'uint32_t' if <sys/types.h> doesn't define. */
#undef u_int32_t
/* Define to 'uint64_t' if <sys/types.h> doesn't define. */
#undef u_int64_t
/* Define to 'u_int32_t' if <sys/types.h> doesn't define. */
#undef in_addr_t
/* Define if you have the <db.h> header file. */
#undef HAVE_DB_H
/* Define if you have the <db_185.h> header file. */
#undef HAVE_DB_185_H
/* Should be in <sys/param.h>, *sigh* */
#undef HAVE_MINMAX
#ifndef HAVE_MINMAX
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))
#endif
/* Define if you have the MD5Update function. */
#undef HAVE_MD5UPDATE
/* Define if you have the dirname function. */
#undef HAVE_DIRNAME
/* Define if you have the ether_ntoa function. */
#undef HAVE_ETHER_NTOA
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
/* Define if you have the strlcat function. */
#undef HAVE_STRLCAT
/* Define if you have the strlcpy function. */
#undef HAVE_STRLCPY
/* Define if you have the strsep function. */
#undef HAVE_STRSEP
/* Define if you have the strstr function. */
#undef HAVE_STRSTR
/* Define if you have the warnx function. */
#undef HAVE_WARNX
/* Define if you have the <err.h> header file. */
#undef HAVE_ERR_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* Define if you have the <net/if_tun.h> header file. */
#undef HAVE_NET_IF_TUN_H
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <sys/queue.h> header file. */
#undef HAVE_SYS_QUEUE_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 resolv library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define if you have the rpcsvc library (-lrpcsvc). */
#undef HAVE_LIBRPCSVC
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET