callisto.h: remove LUA_USE_POSIX definition

It does almost nothing being in this header and is specified in
config.mk anyway.
This commit is contained in:
Jeremy Baxter 2024-02-19 10:04:18 +13:00
parent 7bbf39c8c6
commit 71b288efde

View file

@ -8,8 +8,6 @@
#include <lua.h>
#define LUA_USE_POSIX
#define CALLISTO_VERSION_MAJOR "0"
#define CALLISTO_VERSION_MINOR "1"
#define CALLISTO_VERSION_RELEASE "0"