]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/emp_config.c
Virtual selectors
[empserver] / src / lib / common / emp_config.c
index 5366a399a100db1d7807fa1b6210e89770f3bf82..0c61c570f7f5f706cec311d1b2350e23ae85bc4a 100644 (file)
 #include "optlist.h"
 #include "prototypes.h"
 
-/* Dummy one */
-static int emp_config_dummy;
-
-/* things that can be changed */
-struct keymatch configkeys[] = {
-#define        EMP_CONFIG_C_OUTPUT
-#include "econfig-spec.h"
-#undef EMP_CONFIG_C_OUTPUT
-};
-
 static struct keymatch *keylookup(char *key, struct keymatch tbl[]);
 static int set_paths(char *);