1
0
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:
dmiller
2023-05-30 18:33:07 +00:00
parent 85f38cb858
commit b9263f056a
2 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,7 @@
/* Defines for locating Lua */ /* Defines for locating Lua */
#undef LUA_INCLUDED #undef LUA_INCLUDED
#undef HAVE_LUA5_3_LUA_H #undef HAVE_LUA5_4_LUA_H
#undef HAVE_LUA_5_3_LUA_H #undef HAVE_LUA_5_4_LUA_H
#undef HAVE_LUA_H #undef HAVE_LUA_H
#undef HAVE_LUA_LUA_H #undef HAVE_LUA_LUA_H

View File

@@ -172,8 +172,8 @@ extern "C" int gethostname (char *, unsigned int);
#undef HAVE_PCAP_SET_IMMEDIATE_MODE #undef HAVE_PCAP_SET_IMMEDIATE_MODE
/* Various possibilities for lua.h */ /* Various possibilities for lua.h */
#undef HAVE_LUA5_3_LUA_H #undef HAVE_LUA5_4_LUA_H
#undef HAVE_LUA_5_3_LUA_H #undef HAVE_LUA_5_4_LUA_H
#undef HAVE_LUA_H #undef HAVE_LUA_H
#undef HAVE_LUA_LUA_H #undef HAVE_LUA_LUA_H