mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
37 lines
487 B
C
37 lines
487 B
C
@BOTTOM@
|
|
|
|
/* Do we have POSIX signals? */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Do we have T/TCP? */
|
|
#undef HAVE_TTCP
|
|
|
|
/* 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$ */
|