#ifndef _VARS_H_a832677d_ #define _VARS_H_a832677d_ /* This file is in the public domain. */ #include "structs.h" /* * Global variables for scd. */ /* * Config file name, as defaulted or set by -config. */ extern const char *configfile; /* * The current config, as loaded from the config file. */ extern CONFIG *conf; #endif