Remove Autoconf check for C99 header stdint.h (#13444)

This removes the redundant check that defines the HAVE_STDINT_H symbol,
which is used in the ext/date/lib and ext/fileinfo/libmagic but on both
places patches and other header files take care of this so it is always
included unconditionally in php-src.

Autoconf by default still automatically checks for stdint.h internally
in current versions, so for now the HAVE_STDINT_H symbol is still
defined in php_config.h and will be made redundant along the way.
This commit is contained in:
Peter Kokot 2024-02-20 20:19:28 +01:00 committed by GitHub
parent b41a5023f9
commit 847c7459eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -383,7 +383,6 @@ dnl ----------------------------------------------------------------------------
dnl QNX requires unix.h to allow functions in libunix to work properly.
AC_CHECK_HEADERS([ \
stdint.h \
dirent.h \
sys/param.h \
sys/types.h \