mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Use correct HAVE_ macros for Lua 5.4. Fixes #2648
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user