summaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-03-02 15:31:51 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-03-02 15:31:51 -0300
commit0eb10c6303dadf29be349b0331e6029b5ae03298 (patch)
tree998db20a6ce3daa6f032f88b2b291fbd6273b4d2 /luaconf.h
parent00008b8ed0aca4540a2d5480316a01c7172fb8ba (diff)
downloadlua-github-0eb10c6303dadf29be349b0331e6029b5ae03298.tar.gz
'LUA_USE_READLINE' moved to the make file
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index e600bbf1..5a62ddac 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
/*
-** $Id: luaconf.h,v 1.264 2018/02/20 20:52:50 roberto Exp roberto $
+** $Id: luaconf.h,v 1.265 2018/02/27 18:47:32 roberto Exp roberto $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@@ -61,14 +61,12 @@
#if defined(LUA_USE_LINUX)
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */
-#define LUA_USE_READLINE /* needs some extra libraries */
#endif
#if defined(LUA_USE_MACOSX)
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN /* MacOS does not need -ldl */
-#define LUA_USE_READLINE /* needs an extra library: -lreadline */
#endif