summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-02 05:30:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-02 05:30:48 +0000
commit09e6455c57cb6b1307fd44522ad7de9761102e8e (patch)
treeec561086a05a73a816fcf6e3f8df3a3ea8f45a34 /config.hin
parent49d9b45b0c4a118e75abf930ada330d6cec13afa (diff)
downloadcoreutils-09e6455c57cb6b1307fd44522ad7de9761102e8e.tar.xz
Regenerate.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin15
1 files changed, 14 insertions, 1 deletions
diff --git a/config.hin b/config.hin
index e1dfd77fe..003915eee 100644
--- a/config.hin
+++ b/config.hin
@@ -1369,6 +1369,14 @@
/* Define if tzset clobbers localtime's static buffer. */
#undef TZSET_CLOBBERS_LOCALTIME_BUFFER
+/* Define to its maximum value if an unsigned integer type of width exactly 32
+ bits exists and the standard includes do not define UINT32_MAX. */
+#undef UINT32_MAX
+
+/* Define to its maximum value if an unsigned integer type wide enough to hold
+ a pointer exists and the standard includes do not define UINTPTR_MAX. */
+#undef UINTPTR_MAX
+
/* Define to 1 for Encore UMAX. */
#undef UMAX
@@ -1546,11 +1554,16 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
+/* Define to the type of a unsigned integer type of width exactly 32 bits if
+ such a type exists and the standard includes do not define it. */
+#undef uint32_t
+
/* Define to unsigned long or unsigned long long if <stdint.h> and
<inttypes.h> don't define. */
#undef uintmax_t
-/* Define to `size_t' if <sys/types.h> does not define. */
+/* Define to the type of a unsigned integer type wide enough to hold a
+ pointer, if such a type exists. */
#undef uintptr_t
/* Define to rpl_utime if the replacement function should be used. */