From 4a06d163403c729da246fceecabf2348ef532140 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 11 Apr 2013 14:35:56 +0200 Subject: Added DISABLE_HUGIN macro. --- hugin_syslog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hugin_syslog.h') diff --git a/hugin_syslog.h b/hugin_syslog.h index c3c05fd..b5e8b04 100644 --- a/hugin_syslog.h +++ b/hugin_syslog.h @@ -28,10 +28,14 @@ #ifndef __HUGIN_HUGIN_SYSLOG_H__ #define __HUGIN_HUGIN_SYSLOG_H__ +#ifndef DISABLE_HUGIN + void hug_syslog_init(const char* host, int port); void hug_syslog_output(char* msg); void hug_syslog_close(); +#endif/*DISABLE_HUGIN*/ + #endif/*__HUGIN_HUGIN_SYSLOG_H__*/ -- cgit v1.2.3