summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.hw.in b/config.hw.in
index ade4a38..b486918 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -47,6 +47,10 @@
#define NE_FMT_OFF_T "ld"
#define NE_FMT_NE_OFF_T NE_FMT_OFF_T
+#ifndef NE_FMT_XML_SIZE
+#define NE_FMT_XML_SIZE "d"
+#endif
+
/* needs adjusting for Win64... */
#define SIZEOF_INT 4
#define SIZEOF_LONG 4