diff options
| author | sevan <sevan@NetBSD.org> | 2018-05-11 20:19:25 +0000 |
|---|---|---|
| committer | sevan <sevan@NetBSD.org> | 2018-05-11 20:19:25 +0000 |
| commit | 661c4f9f99ecb189119015ee986da0b7bb9f880f (patch) | |
| tree | 46a46759224748eebf9317acc4b37840a8dd678c /libexec/httpd | |
| parent | e51ddc78868a90f46ea693c5bd68c8ce367009eb (diff) | |
remove definition of LUA_USE_APICHECK, it is a build time option for Lua
itself. Not for modules.
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/lua/glue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/httpd/lua/glue.c b/libexec/httpd/lua/glue.c index 28c5c834959..76faa6bf4a9 100644 --- a/libexec/httpd/lua/glue.c +++ b/libexec/httpd/lua/glue.c @@ -38,7 +38,6 @@ #include <unistd.h> #define LUA_LIB -#define LUA_USE_APICHECK #include <lua.h> #include <lauxlib.h> #include <lualib.h> |
