Skip to content

Commit a6d5f34

Browse files
authored
Remove obsolete DG/UX check (#12713)
DG/UX is a discontinued Unix OS, the support for which ended in 2001.
1 parent de85e4a commit a6d5f34

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-
*dgux*)
233-
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR"
234-
;;
235232
*mips*)
236233
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
237234
;;

0 commit comments

Comments
 (0)