GNU libmicrohttpd 0.9.77
|
additional automatic macros for MHD_config.h More...
#include "MHD_config.h"
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 |
#define | MHD_FUNC_ "**name unavailable**" |
additional automatic macros for MHD_config.h
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.
#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.
#define _MHD_EXTERN extern |
Definition at line 50 of file mhd_options.h.
#define _MHD_FD_SETSIZE_IS_DEFAULT 1 |
Definition at line 64 of file mhd_options.h.
#define MHD_FAVOR_FAST_CODE 1 |
Definition at line 142 of file mhd_options.h.
#define MHD_FUNC_ "**name unavailable**" |
Automatic string with the name of the current function
Definition at line 180 of file mhd_options.h.