Skip to content

Commit ad92501

Browse files
authored
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().
1 parent db68565 commit ad92501

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ case $host_alias in
229229
*solaris*)
230230
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
231231
;;
232-
*mips*)
233-
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
234-
;;
235232
*hpux*)
236233
if test "$GCC" = "yes"; then
237234
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"

0 commit comments

Comments
 (0)