From 700f5b961ee3ec672b5f8d2fa2c166af00994a9b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 3 Nov 2019 21:03:05 -0500 Subject: Remove int type checks -- subsumed by C++-11 --- libqpdf/qpdf/qpdf-config.h.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libqpdf') diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in index 061d5d7c..6f185396 100644 --- a/libqpdf/qpdf/qpdf-config.h.in +++ b/libqpdf/qpdf/qpdf-config.h.in @@ -97,16 +97,3 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES - -/* Define for Solaris 2.5.1 so the uint32_t typedef from , - , or is not used. If the typedef were allowed, the - #define below would cause a syntax error. */ -#undef _UINT32_T - -/* Define to the type of an unsigned integer type of width exactly 16 bits if - such a type exists and the standard includes do not define it. */ -#undef uint16_t - -/* Define to the type of an unsigned integer type of width exactly 32 bits if - such a type exists and the standard includes do not define it. */ -#undef uint32_t -- cgit v1.2.3-54-g00ecf