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:
@@ -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)
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user