mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-16 21:25:37 +00:00
a1e85cdbd2
* Fix an AIX bug when calling free() (closes #108782)
31 lines
411 B
C
31 lines
411 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
|
|
|
|
/* Port name for HTTP */
|
|
#undef HTTP_TCP_PORT
|
|
|
|
/* Port name for ICP */
|
|
#undef ICP_UDP_PORT
|
|
|
|
#undef PACKAGE
|
|
#undef VERSION
|
|
|
|
/* $Id$ */
|