diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:45:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:45:26 +0200 |
commit | 2630860e6bc935c3daacec186e080eddcc79fe3c (patch) | |
tree | 23705f895e571f8445b0a7d3450402e8cdfa5586 /hugin_util.h | |
parent | 4a06d163403c729da246fceecabf2348ef532140 (diff) |
Added Makefile targets for 'disabled'. Fix some bugs accordingly.
Diffstat (limited to 'hugin_util.h')
-rw-r--r-- | hugin_util.h | 4 |
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__*/ |