GNU libmicrohttpd  0.9.72
mhd_options.h File Reference

additional automatic macros for MHD_config.h More...

#include "MHD_config.h"
Include dependency graph for mhd_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _(String)   (String)
 
#define _MHD_EXTERN   extern
 
#define _MHD_FD_SETSIZE_IS_DEFAULT   1
 
#define MHD_FAVOR_FAST_CODE   1
 

Detailed Description

additional automatic macros for MHD_config.h

Author
Karlson2k (Evgeny Grin)

This file includes MHD_config.h and adds automatic macros based on values in MHD_config.h, compiler built-in macros and commandline-defined macros (but not based on values defined in other headers). Works also as a guard to prevent double inclusion of MHD_config.h

Definition in file mhd_options.h.

Macro Definition Documentation

◆ _

#define _ (   String)    (String)

Macro to make it easy to mark text for translation. Note that we do not actually call gettext() in MHD, but we do make it easy to create a ".po" file so that applications that do want to translate error messages can do so.

Definition at line 42 of file mhd_options.h.

◆ _MHD_EXTERN

#define _MHD_EXTERN   extern

Definition at line 50 of file mhd_options.h.

◆ _MHD_FD_SETSIZE_IS_DEFAULT

#define _MHD_FD_SETSIZE_IS_DEFAULT   1

Definition at line 64 of file mhd_options.h.

◆ MHD_FAVOR_FAST_CODE

#define MHD_FAVOR_FAST_CODE   1

Definition at line 142 of file mhd_options.h.