blob: 19f15424543c68dcfbc31c2af50a3cd16d70a52d (
plain)
1
2
3
4
5
6
7
8
|
--- hfsutils-3.2.6/config.h.in
+++ hfsutils-3.2.6/config.h.in
@@ -91,3 +91,5 @@
# ifndef HAVE_STRTOL
long strtol(const char *, char **, int);
# endif
+
+#define USE_INTERP_RESULT 1
|