GNU libmicrohttpd 0.9.5
|
platform-specific includes for libmicrohttpd More...
#include "MHD_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <search.h>
#include <stddef.h>
#include <pthread.h>
#include <plibc.h>
Go to the source code of this file.
Defines | |
#define | _XOPEN_SOURCE_EXTENDED 1 |
#define | HAVE_CONFIG_H 1 |
platform-specific includes for libmicrohttpd
This file is included by the libmicrohttpd code before "microhttpd.h"; it provides the required standard headers (which are platform-specific).
Note that this file depends on our configure.ac build process and the generated config.h file. Hence you cannot include it directly in applications that use libmicrohttpd.
Definition in file platform.h.
#define _XOPEN_SOURCE_EXTENDED 1 |
Definition at line 39 of file platform.h.
#define HAVE_CONFIG_H 1 |
Definition at line 62 of file platform.h.