parent
0b2c2f4a3b
commit
ee4dbb367f
|
@ -138,4 +138,3 @@ err:
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UHTTPD_CONFIG_H
|
#ifndef LIBUHTTPD_CONFIG_H
|
||||||
#define _UHTTPD_CONFIG_H
|
#define LIBUHTTPD_CONFIG_H
|
||||||
|
|
||||||
#define UHTTPD_VERSION_MAJOR @UHTTPD_VERSION_MAJOR@
|
#define UHTTPD_VERSION_MAJOR @UHTTPD_VERSION_MAJOR@
|
||||||
#define UHTTPD_VERSION_MINOR @UHTTPD_VERSION_MINOR@
|
#define UHTTPD_VERSION_MINOR @UHTTPD_VERSION_MINOR@
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UH_CONNECTION_H
|
#ifndef LIBUHTTPD_CONNECTION_H
|
||||||
#define _UH_CONNECTION_H
|
#define LIBUHTTPD_CONNECTION_H
|
||||||
|
|
||||||
#include <ev.h>
|
#include <ev.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UH_FILE_H
|
#ifndef LIBUHTTPD_FILE_H
|
||||||
#define _UH_FILE_H
|
#define LIBUHTTPD_FILE_H
|
||||||
|
|
||||||
#include "connection.h"
|
#include "connection.h"
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UH_LOG_H
|
#ifndef LIBUHTTPD_LOG_H
|
||||||
#define _UH_LOG_H
|
#define LIBUHTTPD_LOG_H
|
||||||
|
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UH_MIMETYPES_H
|
#ifndef LIBUHTTPD_MIMETYPES_H
|
||||||
#define _UH_MIMETYPES_H
|
#define LIBUHTTPD_MIMETYPES_H
|
||||||
|
|
||||||
struct mimetype {
|
struct mimetype {
|
||||||
const char *extn;
|
const char *extn;
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UH_SSL_H
|
#ifndef LIBUHTTPD_SSL_H
|
||||||
#define _UH_SSL_H
|
#define LIBUHTTPD_SSL_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UHTTPD_H
|
#ifndef LIBUHTTPD_UHTTPD_H
|
||||||
#define _UHTTPD_H
|
#define LIBUHTTPD_UHTTPD_H
|
||||||
|
|
||||||
#include <ev.h>
|
#include <ev.h>
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _UH_UTILS_H
|
#ifndef LIBUHTTPD_UTILS_H
|
||||||
#define _UH_UTILS_H
|
#define LIBUHTTPD_UTILS_H
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -40,4 +40,3 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue