#ifndef NSE_LUA_H #define NSE_LUA_H #ifdef HAVE_CONFIG_H #include "nmap_config.h" #else #ifdef WIN32 #include "nmap_winconfig.h" #endif /* WIN32 */ #endif /* HAVE_CONFIG_H */ #ifdef __cplusplus extern "C" { #endif #ifdef HAVE_LUA5_4_LUA_H #include #include #include #elif defined HAVE_LUA_5_4_LUA_H #include #include #include #elif defined HAVE_LUA_H || defined LUA_INCLUDED #include #include #include #elif defined HAVE_LUA_LUA_H #include #include #include #endif #ifdef __cplusplus } /* End of 'extern "C"' */ #endif #endif /* NSE_LUA_H */