diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-11-29 15:15:42 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-11-29 15:15:42 -0200 |
commit | 7948b8568e226f609871918a1d614450a1a565a7 (patch) | |
tree | e3d240f43aca62e9d9f600bfddbfd86a01453e54 /luaconf.h | |
parent | 61b1d9a4668286dcd43eb8771f4cdda4945d964e (diff) | |
download | lua-7948b8568e226f609871918a1d614450a1a565a7.tar.gz lua-7948b8568e226f609871918a1d614450a1a565a7.tar.bz2 lua-7948b8568e226f609871918a1d614450a1a565a7.zip |
when available, use '*_r' versions of 'gmtime' and 'localtime'
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||