mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' are way to generic and will often conflict with other include files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
32
modules/lua/lua_config.h
Normal file
32
modules/lua/lua_config.h
Normal file
@@ -0,0 +1,32 @@
|
||||
/**
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership.
|
||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
* (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "mod_lua.h"
|
||||
|
||||
#ifndef _APL_CONFIG_H_
|
||||
#define _APL_CONFIG_H_
|
||||
|
||||
APR_DECLARE(void) apl_load_config_lmodule(lua_State *L);
|
||||
|
||||
APR_DECLARE(apr_status_t) apl_lua_map_handler(apl_dir_cfg *cfg,
|
||||
const char *file,
|
||||
const char *function,
|
||||
const char *pattern,
|
||||
const char *scope);
|
||||
|
||||
#endif /* !_APL_CONFIG_H_ */
|
||||
|
Reference in New Issue
Block a user