1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00

Add templates/definitions for AC_DEFINEd symbols

This commit is contained in:
dmiller
2014-08-26 13:35:24 +00:00
parent defa6c5c87
commit cdc4260b6e
2 changed files with 30 additions and 23 deletions

View File

@@ -96,7 +96,8 @@ AC_DEFUN([CHECK_IPV6_IPPROTO_RAW],
# This should be replaced with a better test, if possible.
case "$host" in
*-linux*)
AC_DEFINE(HAVE_IPV6_IPPROTO_RAW)
AC_DEFINE(HAVE_IPV6_IPPROTO_RAW, [],
[If AF_INET6 IPPROTO_RAW sockets include the packet header])
AC_MSG_RESULT(yes)
;;
*)