Add automatic macros for config-file options. Bug 1819
[exim.git] / src / src / exim.c
index 91636fb30fc16ddb1648b085dfb74b6166434b95..a3606c75314f6df00ea7e9002a4b9bd9a30b51b3 100644 (file)
@@ -1686,6 +1686,8 @@ big_buffer = store_malloc(big_buffer_size);
 descriptive text. */
 
 set_process_info("initializing");
+readconf_features();
+readconf_options();
 os_restarting_signal(SIGUSR1, usr1_handler);
 
 /* SIGHUP is used to get the daemon to reconfigure. It gets set as appropriate