part of [733]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@770 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
58e4c26d94
commit
56e8df101c
|
@ -1,7 +1,9 @@
|
|||
#ifndef _MOD_CML_FUNCS_H_
|
||||
#define _MOD_CML_FUNCS_H_
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LUA_H
|
||||
#include <lua.h>
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
|
||||
#include "plugin.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* this is a skeleton for a lighttpd plugin
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
%include {
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "mod_ssi_expr.h"
|
||||
#include "buffer.h"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
|
|
Loading…
Reference in New Issue