mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
92 lines
1.8 KiB
C
92 lines
1.8 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define if you don't have vprintf but do have _doprnt. */
|
|
#undef HAVE_DOPRNT
|
|
|
|
/* Define if you have the vprintf function. */
|
|
#undef HAVE_VPRINTF
|
|
|
|
/* 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 <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define if you have the getaddrinfo function. */
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
/* Define if you have the gethostbyname function. */
|
|
#undef HAVE_GETHOSTBYNAME
|
|
|
|
/* Define if you have the gettimeofday function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
/* Define if you have the sigaction function. */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Define if you have the socket function. */
|
|
#undef HAVE_SOCKET
|
|
|
|
/* Define if you have the usleep function. */
|
|
#undef HAVE_USLEEP
|
|
|
|
/* 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
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
|
|
/* Do we have POSIX signals? */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Do we have T/TCP? */
|
|
#undef HAVE_TTCP
|
|
|
|
/* Do we have TOS? */
|
|
#undef HAVE_TOS
|
|
|
|
/* Do we have socket priority? */
|
|
#undef HAVE_SOCKET_PRIORITY
|
|
|
|
/* Is sys_errlist declared? */
|
|
#undef DECL_SYS_ERRLIST
|
|
|
|
/* Is sys_nerr declared? */
|
|
#undef DECL_SYS_NERR
|
|
|
|
/* HTTP support */
|
|
#undef HTTP
|
|
|
|
/* SMTP support */
|
|
#undef SMTP
|
|
|
|
/* ICP support */
|
|
#undef ICP
|
|
|
|
/* SSL (crypto) */
|
|
#undef OPENSSL
|
|
|
|
/* Port name for HTTP. Unused. */
|
|
#undef HTTP_TCP_PORT
|
|
|
|
/* Port name for ICP */
|
|
#undef ICP_UDP_PORT
|
|
|
|
#undef PACKAGE
|
|
#undef VERSION
|
|
|
|
/* $Id$ */
|