1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove obsolete _XPG_IV preprocessor directive (#13035)

This was once used on SINIX UNIX variant and MIPS processors with the
last release in 1995 to have working gettimeofday().
This commit is contained in:
Peter Kokot
2024-01-11 01:54:13 -08:00
committed by GitHub
parent db68565d03
commit ad9250183f

View File

@@ -229,9 +229,6 @@ case $host_alias in
*solaris*)
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
;;
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
;;
*hpux*)
if test "$GCC" = "yes"; then
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"