mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-10 19:10:34 +00:00
43 lines
580 B
C
43 lines
580 B
C
@BOTTOM@
|
|
|
|
/* Do we have getaddrinfo()? */
|
|
#undef HAVE_GETADDRINFO_PROTO
|
|
|
|
/* 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
|
|
|
|
/* HTTP support */
|
|
#undef HTTP
|
|
|
|
/* SMTP support */
|
|
#undef SMTP
|
|
|
|
/* ICP support */
|
|
#undef ICP
|
|
|
|
/* SSL (crypto) */
|
|
#undef OPENSSL
|
|
|
|
/* TLS (crypto) */
|
|
#undef GNUTLS
|
|
|
|
/* Port name for HTTP. Unused. */
|
|
#undef HTTP_TCP_PORT
|
|
|
|
/* Port name for ICP */
|
|
#undef ICP_UDP_PORT
|
|
|
|
#undef PACKAGE
|
|
#undef VERSION
|
|
|
|
/* $Id$ */
|