From b1ef50091d81a94e1d0a92010d99a862bb5a58b0 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 1 Jul 2019 22:20:13 +0200 Subject: [PATCH] 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 --- TSRM/TSRM.h | 3 --- configure.ac | 4 ---- 2 files changed, 7 deletions(-) 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" ;; -- 2.50.1