GNU libmicrohttpd 1.0.1
|
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_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_ /* empty */ |
#define | MHD_DATA_TRUNCATION_RUNTIME_CHECK_RESTORE_ /* empty */ |
#define | MHD_FUNC_ "**name unavailable**" |
#define | MHD_DAUTH_DEF_TIMEOUT_ 90 |
#define | MHD_DAUTH_DEF_MAX_NC_ 1000 |
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 53 of file mhd_options.h.
#define _MHD_FD_SETSIZE_IS_DEFAULT 1 |
Definition at line 67 of file mhd_options.h.
#define MHD_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_ /* empty */ |
Definition at line 176 of file mhd_options.h.
#define MHD_DATA_TRUNCATION_RUNTIME_CHECK_RESTORE_ /* empty */ |
Definition at line 177 of file mhd_options.h.
#define MHD_DAUTH_DEF_MAX_NC_ 1000 |
Definition at line 285 of file mhd_options.h.
#define MHD_DAUTH_DEF_TIMEOUT_ 90 |
Definition at line 282 of file mhd_options.h.
#define MHD_FAVOR_FAST_CODE 1 |
Definition at line 145 of file mhd_options.h.
#define MHD_FUNC_ "**name unavailable**" |
Automatic string with the name of the current function
Definition at line 198 of file mhd_options.h.