summaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-11-29 15:15:42 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-11-29 15:15:42 -0200
commit7948b8568e226f609871918a1d614450a1a565a7 (patch)
treee3d240f43aca62e9d9f600bfddbfd86a01453e54 /luaconf.h
parent61b1d9a4668286dcd43eb8771f4cdda4945d964e (diff)
downloadlua-github-7948b8568e226f609871918a1d614450a1a565a7.tar.gz
when available, use '*_r' versions of 'gmtime' and 'localtime'
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 @@
/*
-** $Id: luaconf.h,v 1.166 2011/11/09 14:47:14 roberto Exp roberto $
+** $Id: luaconf.h,v 1.167 2011/11/25 12:52:27 roberto Exp roberto $
** 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