From: Peter Kokot Date: Mon, 1 Jul 2019 20:20:13 +0000 (+0200) Subject: Remove some old BeOS artefacts X-Git-Tag: php-7.4.0alpha3~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1ef50091d81a94e1d0a92010d99a862bb5a58b0;p=php Remove some old BeOS artefacts - checking for beos systems is no longer relevant in configure.ac - usage of undefined constant BETHREADS removed. Closes GH-4346 --- diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 3c88ac3edb..e81ad832bb 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -52,9 +52,6 @@ typedef uintptr_t tsrm_uintptr_t; # include #elif defined(TSRM_ST) # include -#elif defined(BETHREADS) -#include -#include #endif #if SIZEOF_SIZE_T == 4 diff --git a/configure.ac b/configure.ac index ed63271e26..c536defa1e 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;;