aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 66a97808..9873ed0f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -70,14 +70,12 @@ int ext_pp_options_given;
70 70
71int do_trace; /* Enable tracing configuration */ 71int do_trace; /* Enable tracing configuration */
72unsigned optimization_level = 1; /* Optimization level */ 72unsigned optimization_level = 1; /* Optimization level */
73 73
74int stack_trace_option; /* Print stack traces on runtime errors */ 74int stack_trace_option; /* Print stack traces on runtime errors */
75 75
76size_t max_match_mx = MAXMXCOUNT;
77
78char *main_function_name = "main"; 76char *main_function_name = "main";
79char *callout_server_url; 77char *callout_server_url;
80 78
81mu_stream_t mf_strecho; /* Output stream for 'echo' statements */ 79mu_stream_t mf_strecho; /* Output stream for 'echo' statements */
82 80
83#define ARG_UNSET (-1) 81#define ARG_UNSET (-1)
@@ -850,15 +848,12 @@ struct mu_cfg_param mf_cfg_param[] = {
850 N_("Retry acquiring DBM file lock this number of times.") }, 848 N_("Retry acquiring DBM file lock this number of times.") },
851 { "lock-retry-timeout", mu_cfg_callback, NULL, 0, 849 { "lock-retry-timeout", mu_cfg_callback, NULL, 0,
852 config_cb_lock_retry_timeout, 850 config_cb_lock_retry_timeout,
853 N_("Set the time span between the two DBM locking attempts."), 851 N_("Set the time span between the two DBM locking attempts."),
854 N_("time: interval") }, 852 N_("time: interval") },
855 853
856 { "max-match-mx", mu_c_size, &max_match_mx, 0, NULL,
857 N_("Maximum number of MXs used by MFL \"mx match\" operation.") },
858
859 { "runtime", mu_cfg_section, NULL }, 854 { "runtime", mu_cfg_section, NULL },
860 855
861 { NULL } 856 { NULL }
862}; 857};
863 858
864 859

Return to:

Send suggestions and report system problems to the System administrator.