mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by default
This commit is contained in:
parent
bad231c481
commit
2aff901c93
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: luaconf.h,v 1.154 2011/04/19 18:31:30 roberto Exp roberto $
|
** $Id: luaconf.h,v 1.155 2011/04/20 16:36:28 roberto Exp roberto $
|
||||||
** Configuration file for Lua
|
** Configuration file for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -53,6 +53,8 @@
|
|||||||
#define LUA_USE_POSIX
|
#define LUA_USE_POSIX
|
||||||
#define LUA_USE_DLOPEN /* does not need -ldl */
|
#define LUA_USE_DLOPEN /* does not need -ldl */
|
||||||
#define LUA_USE_READLINE /* needs an extra library: -lreadline */
|
#define LUA_USE_READLINE /* needs an extra library: -lreadline */
|
||||||
|
#define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */
|
||||||
|
#define LUA_USE_LONGLONG /* assume support for long long */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user