mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Use correct HAVE_ macros for Lua 5.4. Fixes #2648
This commit is contained in:
parent
85f38cb858
commit
b9263f056a
2 changed files with 4 additions and 4 deletions
|
|
@ -191,7 +191,7 @@
|
|||
|
||||
/* Defines for locating Lua */
|
||||
#undef LUA_INCLUDED
|
||||
#undef HAVE_LUA5_3_LUA_H
|
||||
#undef HAVE_LUA_5_3_LUA_H
|
||||
#undef HAVE_LUA5_4_LUA_H
|
||||
#undef HAVE_LUA_5_4_LUA_H
|
||||
#undef HAVE_LUA_H
|
||||
#undef HAVE_LUA_LUA_H
|
||||
|
|
|
|||
|
|
@ -172,8 +172,8 @@ extern "C" int gethostname (char *, unsigned int);
|
|||
#undef HAVE_PCAP_SET_IMMEDIATE_MODE
|
||||
|
||||
/* Various possibilities for lua.h */
|
||||
#undef HAVE_LUA5_3_LUA_H
|
||||
#undef HAVE_LUA_5_3_LUA_H
|
||||
#undef HAVE_LUA5_4_LUA_H
|
||||
#undef HAVE_LUA_5_4_LUA_H
|
||||
#undef HAVE_LUA_H
|
||||
#undef HAVE_LUA_LUA_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue