#ifndef _LIGHTTPD_ANGEL_BASE_H_ #define _LIGHTTPD_ANGEL_BASE_H_ #ifdef _LIGHTTPD_BASE_H_ #error Do not mix lighty with angel code #endif #include #include /* angel_server.h */ struct server; typedef struct server server; struct instance; typedef struct instance instance; #include #include #include #include #include #endif