26 lines
518 B
C
26 lines
518 B
C
#ifndef _LIGHTTPD_ANGEL_BASE_H_
|
|
#define _LIGHTTPD_ANGEL_BASE_H_
|
|
|
|
#ifdef _LIGHTTPD_BASE_H_
|
|
#error Do not mix lighty with angel code
|
|
#endif
|
|
|
|
#include <lighttpd/settings.h>
|
|
|
|
#include <lighttpd/module.h>
|
|
|
|
#include <lighttpd/angel_typedefs.h>
|
|
|
|
#include <lighttpd/angel_value.h>
|
|
#include <lighttpd/angel_data.h>
|
|
#include <lighttpd/angel_connection.h>
|
|
#include <lighttpd/angel_log.h>
|
|
#include <lighttpd/angel_plugin.h>
|
|
#include <lighttpd/angel_server.h>
|
|
|
|
#include <lighttpd/angel_proc.h>
|
|
|
|
#include <lighttpd/utils.h>
|
|
|
|
#endif
|