1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul Querna
2008-12-21 21:29:11 +00:00
parent 3948867f51
commit 21b46796ac
2 changed files with 23 additions and 23 deletions

View File

@@ -16,12 +16,12 @@
*/
#include "mod_lua.h"
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "lua_apr.h"
#include "lua_config.h"
APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(apl, AP_LUA, int, lua_open,
(lua_State *L, apr_pool_t *p),