summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-30 17:35:07 +0100
committerwm4 <wm4@nowhere>2012-12-03 21:08:51 +0100
commit9ace4f1f4982891a25ff98126649bcf5b3816326 (patch)
treebf520d24437f2eaa8ffa4f40717ea7fe7f653abc /etc
parent08a7cdbfdd8d676eeaf8ebfffe180d447466209d (diff)
downloadmpv-9ace4f1f4982891a25ff98126649bcf5b3816326.tar.bz2
mpv-9ace4f1f4982891a25ff98126649bcf5b3816326.tar.xz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/inttypes.h4
1 files changed, 0 insertions, 4 deletions
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 <sys/bitypes.h>