* lib/canonicalize-lgpl.c [SIZE_MAX]: Define if needed.
Needed on Centos <= 4.
+2016-10-20 Pádraig Brady <P@draigBrady.com>
+
+ canonicalize-lgpl: fix for missing SIZE_MAX on older systems
+ * lib/canonicalize-lgpl.c [SIZE_MAX]: Define if needed.
+ Needed on Centos <= 4.
+
2016-10-20 Jim Meyering <meyering@fb.com>
printf.m4: fix a bug in detecting printf %j support
# define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
#endif
+/* Define this independently so that stdint.h is not a prerequisite. */
+#ifndef SIZE_MAX
+# define SIZE_MAX ((size_t) -1)
+#endif
+
#if !FUNC_REALPATH_WORKS || defined _LIBC
static void