Skip to content

Commit

Permalink
Remove obsolete UNIX System V 4.0 (#13049)
Browse files Browse the repository at this point in the history
UNIX System V is operating system from 1988 and was incoporated later on
into various other UNIX systems with different uname outputs so this
check can be now safely removed.
  • Loading branch information
petk authored Dec 31, 2023
1 parent 7f8adf8 commit da60d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/cgi/config9.m4
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if test "$PHP_CGI" != "no"; then

AC_MSG_CHECKING([whether cross-process locking is required by accept()])
case "`uname -sr`" in
SunOS\ 5.* | UNIX_System_V\ 4.0)
SunOS\ 5.*)
AC_MSG_RESULT([yes])
AC_DEFINE([USE_LOCKING], [1],
[Define if cross-process locking is required by accept()])
Expand Down

0 comments on commit da60d89

Please sign in to comment.