aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmconst.h')
-rw-r--r--src/gdbmconst.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gdbmconst.h b/src/gdbmconst.h
index d30da3a..5ce182a 100644
--- a/src/gdbmconst.h
+++ b/src/gdbmconst.h
@@ -54,5 +54,7 @@
/* The size of the bucket cache. */
#define DEFAULT_CACHESIZE 100
+#ifndef SIZE_T_MAX
/* Maximum size representable by a size_t variable */
-#define SIZE_T_MAX ((size_t)-1)
+# define SIZE_T_MAX ((size_t)-1)
+#endif

Return to:

Send suggestions and report system problems to the System administrator.