GNU libmicrohttpd
0.9.29
|
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 |
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.
Referenced by call_connection_handler(), call_handlers(), check_argument_match(), check_nonce_nc(), cleanup_connection(), close_all_connections(), connection_add_header(), do_write(), internal_add_connection(), internal_get_fdset2(), internal_suspend_connection_(), MHD_accept_connection(), MHD_add_connection(), MHD_basic_auth_get_username_password(), MHD_cleanup_connections(), MHD_connection_close_(), MHD_connection_handle_idle(), MHD_connection_handle_read(), MHD_connection_handle_write(), MHD_connection_update_event_loop_info(), MHD_create_response_from_buffer(), MHD_digest_auth_check(), MHD_get_fdset2(), MHD_get_timeout(), MHD_init(), MHD_ip_limit_add(), MHD_ip_limit_del(), mhd_panic_std(), MHD_poll(), MHD_queue_auth_fail_response(), MHD_queue_basic_auth_fail_response(), MHD_queue_response(), MHD_quiesce_daemon(), MHD_resume_connection(), MHD_run_from_select(), MHD_select(), MHD_start_daemon_va(), MHD_stop_daemon(), MHD_suspend_connection(), MHD_tls_connection_handle_idle(), parse_connection_headers(), parse_cookie_header(), parse_options_va(), process_header_line(), process_request_body(), resume_suspended_connections(), run_tls_handshake(), thread_main_handle_connection(), transmit_error_response(), try_ready_chunked_body(), and try_ready_normal_body().
#define _MHD_EXTERN extern |
Definition at line 51 of file mhd_options.h.
Referenced by MHD_create_response_from_buffer(), MHD_create_response_from_fd(), MHD_create_response_from_fd_at_offset(), and MHD_get_version().
#define _MHD_FD_SETSIZE_IS_DEFAULT 1 |
Definition at line 65 of file mhd_options.h.
#define MHD_FAVOR_FAST_CODE 1 |
Definition at line 121 of file mhd_options.h.