summaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luaconf.h')
-rw-r--r--src/luaconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 5cdb7b7b..5417bc61 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -1,5 +1,5 @@
/*
-** $Id: luaconf.h,v 1.167 2011/11/25 12:52:27 roberto Exp $
+** $Id: luaconf.h,v 1.168 2011/11/29 17:15:42 roberto Exp $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@@ -70,6 +70,7 @@
#define LUA_USE_ISATTY
#define LUA_USE_POPEN
#define LUA_USE_ULONGJMP
+#define lUA_USE_GMTIME_R
#endif