/* config.h.in. Generated automatically from configure.in by autoheader. */ #undef socklen_t #undef u_int16_t #undef u_int32_t #undef u_int64_t #undef u_int8_t #undef in_addr_t #undef SYSCONFDIR #undef LIBDIR #undef SPT_TYPE #undef HAVE___PROGNAME #undef DL_NEED_UNDERSCORE #undef NODLOPEN #undef DLOPENLIBC /* Define if you have the header file. */ #undef HAVE_ASM_POLL_H /* Define if you have the `daemon' function. */ #undef HAVE_DAEMON /* Define if you have the header file. */ #undef HAVE_ERR_H /* Define if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define if you have the `setenv' function. */ #undef HAVE_SETENV /* Define if you have the `socket' function. */ #undef HAVE_SOCKET /* Define if you have the header file. */ #undef HAVE_STDINT_H /* Define if you have the header file. */ #undef HAVE_STDLIB_H /* Define if you have the header file. */ #undef HAVE_STRINGS_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* 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 header file. */ #undef HAVE_SYS_IOCTL_H /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define if you have the header file. */ #undef HAVE_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Version number of package */ #undef VERSION /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `unsigned long' if does not define. */ #undef in_addr_t /* Define to `int' if does not define. */ #undef pid_t /* Define to `unsigned' if does not define. */ #undef size_t /* Define to `unsigned short' if does not define. */ #undef u_int16_t /* Define to `unsigned int' if does not define. */ #undef u_int32_t /* Define to `unsigned long long' if does not define. */ #undef u_int64_t /* Define to `unsigned char' if does not define. */ #undef u_int8_t /* Prototypes for missing functions */ #ifndef HAVE_STRLCAT size_t strlcat(char *, const char *, size_t); #endif #ifndef HAVE_STRLCPY size_t strlcpy(char *, const char *, size_t); #endif #ifndef HAVE_SETENV int setenv(register const char *name, register const char *value, int rewrite); #endif /* !HAVE_SETENV */ #ifndef HAVE_STRSEP char *strsep(char **, const char *); #endif /* HAVE_STRSEP */ #ifndef HAVE_ERR void err(int, const char *, ...); void warn(const char *, ...); void errx(int , const char *, ...); void warnx(const char *, ...); #endif #ifndef HAVE_DAEMON int daemon(int, int); #endif /* HAVE_DAEMON */