From 47d6aece5e484e53363d8d5ba991eb5ef10cc599 Mon Sep 17 00:00:00 2001 From: Mike Brady Date: Sun, 21 Jun 2015 14:53:03 +0100 Subject: [PATCH] Update common.h Make config file name conditional on config file support --- common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.h b/common.h index 7880a9d4..b0448e64 100644 --- a/common.h +++ b/common.h @@ -77,7 +77,9 @@ typedef struct { char *pidfile; char *logfile; char *errfile; +#ifdef SUPPORT_CONFIG_FILES char *configfile; +#endif uint32_t audio_backend_buffer_desired_length; // this will be the desired number of frames in the // audio backend buffer -- the DAC buffer for ALSA uint32_t audio_backend_latency_offset; // this will be the offset to compensate for any fixed latency -- 2.47.3