diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:35:56 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:35:56 +0200 |
commit | 4a06d163403c729da246fceecabf2348ef532140 (patch) | |
tree | d37ec26e4f0ff264bd16f3ac73722ab021f72d10 /hugin.c | |
parent | 782fe184b558070bca926bdeb38c48ea16578544 (diff) |
Added DISABLE_HUGIN macro.
Diffstat (limited to 'hugin.c')
-rw-r--r-- | hugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,8 @@ */ #include "hugin.h" +#ifndef DISABLE_HUGIN + #include <stdio.h> #include <stdarg.h> #include <time.h> @@ -382,3 +384,5 @@ done: return result; } + +#endif/*DISABLE_HUGIN*/ |