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:
Xuefer 2005-10-01 12:08:00 +00:00
parent 58e4c26d94
commit 56e8df101c
4 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -8,7 +8,9 @@
#include "plugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/**
* this is a skeleton for a lighttpd plugin

View File

@ -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"
}

View File

@ -9,7 +9,9 @@
#include <unistd.h>
#include <fcntl.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_PWD_H