]> granicus.if.org Git - php/commitdiff
Remove some old BeOS artefacts
authorPeter Kokot <peterkokot@gmail.com>
Mon, 1 Jul 2019 20:20:13 +0000 (22:20 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 2 Jul 2019 20:08:54 +0000 (22:08 +0200)
- checking for beos systems is no longer relevant in configure.ac
- usage of undefined constant BETHREADS removed.

Closes GH-4346

TSRM/TSRM.h
configure.ac

index 3c88ac3edb332a17948ef4e3d90721335299b062..e81ad832bb8ce1fdf6e7f9e6da567d515af4fa72 100644 (file)
@@ -52,9 +52,6 @@ typedef uintptr_t tsrm_uintptr_t;
 # include <pthread.h>
 #elif defined(TSRM_ST)
 # include <st.h>
-#elif defined(BETHREADS)
-#include <kernel/OS.h>
-#include <TLS.h>
 #endif
 
 #if SIZEOF_SIZE_T == 4
index ed63271e264428205029c410d560f58fc387e1b0..c536defa1e9949d1b8146e79504cc3c0b9834b0a 100644 (file)
@@ -282,10 +282,6 @@ case $host_alias in
     fi
     php_multiple_shlib_versions_ok=yes
     ;;
-  *beos*)
-    beos_threads=1
-    LIBS="$LIBS -lbe -lroot"
-    ;;
   *mips*)
     CPPFLAGS="$CPPFLAGS -D_XPG_IV"
     ;;