From ad9250183fc0f04f150cadc860cd261f59602a17 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 11 Jan 2024 01:54:13 -0800 Subject: [PATCH] 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(). --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index cb39d08a8b7..8792c80b305 100644 --- a/configure.ac +++ b/configure.ac @@ -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"