mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-16 05:49:53 +02:00
Closer to release...
This commit is contained in:
@ -63,6 +63,13 @@ LUASOCKET_API int lua_socketlibopen(lua_State *L)
|
||||
lua_dofile(L, "http.lua");
|
||||
lua_dofile(L, "smtp.lua");
|
||||
lua_dofile(L, "ftp.lua");
|
||||
#else
|
||||
#include "concat.loh"
|
||||
#include "code.loh"
|
||||
#include "url.loh"
|
||||
#include "http.loh"
|
||||
#include "smtp.loh"
|
||||
#include "ftp.loh"
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user