From 2630860e6bc935c3daacec186e080eddcc79fe3c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 11 Apr 2013 14:45:26 +0200 Subject: Added Makefile targets for 'disabled'. Fix some bugs accordingly. --- hugin_util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hugin_util.h') diff --git a/hugin_util.h b/hugin_util.h index 9cf48ba..0bf86d4 100644 --- a/hugin_util.h +++ b/hugin_util.h @@ -28,6 +28,8 @@ #ifndef __HUGIN_HUGIN_UTIL_H__ #define __HUGIN_HUGIN_UTIL_H__ +#ifndef DISABLE_HUGIN + #include /** @@ -36,4 +38,6 @@ */ struct tm *hug_localtime(const time_t *timep, struct tm *result); +#endif/*DISABLE_HUGIN*/ + #endif/*__HUGIN_HUGIN_UTIL_H__*/ -- cgit v1.2.3