Browse Source

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().
pull/12805/merge
Peter Kokot 2 years ago
committed by GitHub
parent
commit
ad9250183f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      configure.ac

3
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"

Loading…
Cancel
Save