about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-06 12:42:46 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-06 12:42:46 -0800
commita6addb8e42a044697e1fa749e6de67f80e8b29d6 (patch)
treea8bf6f2b8fb02cfede7f71354acfff286c2f917f /src
parentbe7da76696a8a2dc5f7f94391e0deeccff76cc20 (diff)
downloadteliva-a6addb8e42a044697e1fa749e6de67f80e8b29d6.tar.gz
unused #define
Diffstat (limited to 'src')
-rw-r--r--src/luaconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 44d6f55..73df77f 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -36,7 +36,6 @@
 #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)