From: Mike Brady Date: Sun, 21 Jun 2015 13:53:03 +0000 (+0100) Subject: Update common.h X-Git-Tag: 2.3.5~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F90%2Fhead;p=thirdparty%2Fshairport-sync.git Update common.h Make config file name conditional on config file support --- 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