aboutsummaryrefslogtreecommitdiff
path: root/lib/config-os400.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-02 21:41:23 +0100
committerYang Tse <yangsita@gmail.com>2010-12-02 21:41:23 +0100
commit99a07a1fdf2a4e0ee37e8c324fcb6d52222ebaff (patch)
treec12dd4ed7fb334291a6ca2d37b0b76fff8e120b1 /lib/config-os400.h
parent81c16c2e30deac6d39e2897b1d2a3623971b126d (diff)
build: provide SIZEOF_SIZE_T definition for non-configure builds
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r--lib/config-os400.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h
index dad4d0c35..370fc1138 100644
--- a/lib/config-os400.h
+++ b/lib/config-os400.h
@@ -364,6 +364,9 @@
/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
+/* The size of `size_t', as computed by sizeof. */
+#define SIZEOF_SIZE_T 8
+
/* Whether long long constants must be suffixed by LL. */
#define HAVE_LL