summaryrefslogtreecommitdiff
path: root/hugin_util.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-11 14:45:26 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-11 14:45:26 +0200
commit2630860e6bc935c3daacec186e080eddcc79fe3c (patch)
tree23705f895e571f8445b0a7d3450402e8cdfa5586 /hugin_util.h
parent4a06d163403c729da246fceecabf2348ef532140 (diff)
Added Makefile targets for 'disabled'. Fix some bugs accordingly.
Diffstat (limited to 'hugin_util.h')
-rw-r--r--hugin_util.h4
1 files changed, 4 insertions, 0 deletions
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 <time.h>
/**
@@ -36,4 +38,6 @@
*/
struct tm *hug_localtime(const time_t *timep, struct tm *result);
+#endif/*DISABLE_HUGIN*/
+
#endif/*__HUGIN_HUGIN_UTIL_H__*/