summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-04-24 14:46:36 -0700
committerTim Kientzle <kientzle@acm.org>2016-04-24 14:46:36 -0700
commit2f637b08f8d2622b132050c34223c8b0f668eb21 (patch)
tree9501b5ecf85f3014ffef43d582b4843051adc83c /build/cmake
parentb3d5bdeeed040c8c65a29743604591ebbda85f7b (diff)
downloadlibarchive-2f637b08f8d2622b132050c34223c8b0f668eb21.tar.gz
Define INT32_MAX and INT32_MIN for older compilers
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 46f9d556..94fbb59f 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -362,6 +362,14 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `cygwin_conv_path' function. */
#cmakedefine HAVE_CYGWIN_CONV_PATH 1
+/* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
+ don't. */
+#cmakedefine HAVE_DECL_INT32_MAX 1
+
+/* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
+ don't. */
+#cmakedefine HAVE_DECL_INT32_MIN 1
+
/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
don't. */
#cmakedefine HAVE_DECL_INT64_MAX 1