From 3b724cfe24476c14016c3fea35617fd235081af7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 18 Nov 2023 00:07:05 +0100 Subject: [PATCH] Remove obsolete DG/UX check DG/UX is a discontinued Unix OS, the support for which ended in 2001. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index bde53e10cc82d..d031a9d25d573 100644 --- a/configure.ac +++ b/configure.ac @@ -229,9 +229,6 @@ case $host_alias in *solaris*) CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS" ;; - *dgux*) - CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR" - ;; *mips*) CPPFLAGS="$CPPFLAGS -D_XPG_IV" ;;