diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
commit | f18d1b7cd0ec4708518ab5e18ea33b6eadca0301 (patch) | |
tree | e831c6b1957af47db1301675b52c0d2a2e315fa7 /src/luasocket.c | |
parent | 307603b24dde69eac62d2cb52123488137520c9c (diff) | |
download | luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.gz luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.bz2 luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.zip |
Closer to release...
Diffstat (limited to 'src/luasocket.c')
-rw-r--r-- | src/luasocket.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index f6d1df7..358b25e 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -63,6 +63,13 @@ LUASOCKET_API int lua_socketlibopen(lua_State *L) | |||
63 | lua_dofile(L, "http.lua"); | 63 | lua_dofile(L, "http.lua"); |
64 | lua_dofile(L, "smtp.lua"); | 64 | lua_dofile(L, "smtp.lua"); |
65 | lua_dofile(L, "ftp.lua"); | 65 | lua_dofile(L, "ftp.lua"); |
66 | #else | ||
67 | #include "concat.loh" | ||
68 | #include "code.loh" | ||
69 | #include "url.loh" | ||
70 | #include "http.loh" | ||
71 | #include "smtp.loh" | ||
72 | #include "ftp.loh" | ||
66 | #endif | 73 | #endif |
67 | return 0; | 74 | return 0; |
68 | } | 75 | } |