File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ AC_DEFUN([PTHREADS_FLAGS],[
46
46
PTHREAD_FLAGS=-D_REENTRANT;;
47
47
*aix*)
48
48
PTHREAD_FLAGS=-D_THREAD_SAFE;;
49
- *irix*)
50
- PTHREAD_FLAGS=-D_POSIX_THREAD_SAFE_FUNCTIONS;;
51
49
*hpux*)
52
50
PTHREAD_FLAGS=-D_REENTRANT;;
53
51
*sco*)
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ AC_DEFUN([PHP_ODBC_FIND_SOLID_LIBS],[
14
14
case $ac_solid_uname_s in
15
15
AIX) ac_solid_os=a3x;; # a4x for AIX4/ Solid 2.3/3.0 only
16
16
HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10
17
- IRIX) ac_solid_os=irx;; # Solid 2.3(?)/ 3.0 only
18
17
Linux)
19
18
if ldd -v /bin/sh | grep GLIBC > /dev/null; then
20
19
AC_DEFINE ( SS_LINUX ,1 ,[ Needed in sqlunix.h ] )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if test "$PHP_CGI" != "no"; then
18
18
19
19
AC_MSG_CHECKING ( [ whether cross-process locking is required by accept()] )
20
20
case "`uname -sr`" in
21
- IRIX\ 5.* | SunOS\ 5.* | UNIX_System_V\ 4.0)
21
+ SunOS\ 5.* | UNIX_System_V\ 4.0)
22
22
AC_MSG_RESULT ( [ yes] )
23
23
AC_DEFINE ( [ USE_LOCKING] , [ 1] ,
24
24
[ Define if cross-process locking is required by accept()] )
You can’t perform that action at this time.
0 commit comments