GNU libmicrohttpd  0.9.29
platform.h File Reference

platform-specific includes for libmicrohttpd More...

#include "mhd_options.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stddef.h>
Include dependency graph for platform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef time_t _MHD_TIMEVAL_TV_SEC_TYPE
 

Detailed Description

platform-specific includes for libmicrohttpd

Author
Christian Grothoff

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.

Typedef Documentation

◆ _MHD_TIMEVAL_TV_SEC_TYPE

typedef time_t _MHD_TIMEVAL_TV_SEC_TYPE

Definition at line 122 of file platform.h.