diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.264 2018/02/20 20:52:50 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.265 2018/02/27 18:47:32 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -61,14 +61,12 @@ | |||
61 | #if defined(LUA_USE_LINUX) | 61 | #if defined(LUA_USE_LINUX) |
62 | #define LUA_USE_POSIX | 62 | #define LUA_USE_POSIX |
63 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | 63 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ |
64 | #define LUA_USE_READLINE /* needs some extra libraries */ | ||
65 | #endif | 64 | #endif |
66 | 65 | ||
67 | 66 | ||
68 | #if defined(LUA_USE_MACOSX) | 67 | #if defined(LUA_USE_MACOSX) |
69 | #define LUA_USE_POSIX | 68 | #define LUA_USE_POSIX |
70 | #define LUA_USE_DLOPEN /* MacOS does not need -ldl */ | 69 | #define LUA_USE_DLOPEN /* MacOS does not need -ldl */ |
71 | #define LUA_USE_READLINE /* needs an extra library: -lreadline */ | ||
72 | #endif | 70 | #endif |
73 | 71 | ||
74 | 72 | ||