You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#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
|