mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
20 lines
276 B
C
20 lines
276 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
|
|
|
|
/* ICP support */
|
|
#undef ICP
|