From 9ace4f1f4982891a25ff98126649bcf5b3816326 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 30 Nov 2012 17:35:07 +0100 Subject: configure: don't check for inttypes.h, it always exists The presence of inttypes.h is guaranteed by POSIX. We don't need to check for it. We don't need to provide a compatibility header either. Apparently libc5 systems didn't provide inttypes.h. libc5 is ancient, unmaintained, and not used by modern Linux systems. --- etc/inttypes.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 etc/inttypes.h (limited to 'etc') diff --git a/etc/inttypes.h b/etc/inttypes.h deleted file mode 100644 index 2f22a52fe9..0000000000 --- a/etc/inttypes.h +++ /dev/null @@ -1,4 +0,0 @@ - -// fallback if the user doesn't have inttypes.h (libc5 systems) - -#include -- cgit v1.2.3