summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index df89a74..eadaddc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -408,15 +408,6 @@
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
#undef PRI_MACROS_BROKEN
-/* The size of a `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of a `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of a `off_t', as computed by sizeof. */
-#undef SIZEOF_OFF_T
-
/* Define as the maximum value of type 'size_t', if the system doesn't define
it. */
#undef SIZE_MAX
@@ -499,6 +490,9 @@
#undef inline
#endif
+/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
+#undef intmax_t
+
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc