aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index b04a704d..166b714e 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.166 2011/11/09 14:47:14 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.167 2011/11/25 12:52:27 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*/
@@ -70,6 +70,7 @@
70#define LUA_USE_ISATTY 70#define LUA_USE_ISATTY
71#define LUA_USE_POPEN 71#define LUA_USE_POPEN
72#define LUA_USE_ULONGJMP 72#define LUA_USE_ULONGJMP
73#define lUA_USE_GMTIME_R
73#endif 74#endif
74 75
75 76