/* This file is in the public domain. */ #include "structs.h" #include "vars.h" /* * Global variables for scd. */ /* * Config file name. Initialized to the default. */ const char *configfile = "scd.conf"; /* * Current config. No default; loaded from the config file. */ CONFIG *conf;