aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-04 03:03:05 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 14:18:02 +0100
commit700f5b961ee3ec672b5f8d2fa2c166af00994a9b (patch)
treebf121f39e62b8f0e6bb561a765dde70a5f8524dd /libqpdf
parent30c1f856d469d181b2c8520e7c1361e436f559bf (diff)
downloadqpdf-700f5b961ee3ec672b5f8d2fa2c166af00994a9b.tar.zst
Remove int type checks -- subsumed by C++-11
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in13
1 files changed, 0 insertions, 13 deletions
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 <sys/synch.h>,
- <pthread.h>, or <semaphore.h> 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