1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove obsolete DG/UX check (#12713)

DG/UX is a discontinued Unix OS, the support for which ended in 2001.
This commit is contained in:
Peter Kokot
2023-11-18 05:18:26 +01:00
committed by GitHub
parent de85e4a6d3
commit a6d5f3461b

View File

@@ -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"
;;