summaryrefslogtreecommitdiff
path: root/hugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'hugin.c')
-rw-r--r--hugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugin.c b/hugin.c
index 43905eb..245a27d 100644
--- a/hugin.c
+++ b/hugin.c
@@ -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*/