diff options
| -rw-r--r-- | luaconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luaconf.h,v 1.154 2011/04/19 18:31:30 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.155 2011/04/20 16:36:28 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 | */ |
| @@ -53,6 +53,8 @@ | |||
| 53 | #define LUA_USE_POSIX | 53 | #define LUA_USE_POSIX |
| 54 | #define LUA_USE_DLOPEN /* does not need -ldl */ | 54 | #define LUA_USE_DLOPEN /* does not need -ldl */ |
| 55 | #define LUA_USE_READLINE /* needs an extra library: -lreadline */ | 55 | #define LUA_USE_READLINE /* needs an extra library: -lreadline */ |
| 56 | #define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */ | ||
| 57 | #define LUA_USE_LONGLONG /* assume support for long long */ | ||
| 56 | #endif | 58 | #endif |
| 57 | 59 | ||
| 58 | 60 | ||
