Skip to content

Commit b1ef500

Browse files
committed
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
1 parent 534351c commit b1ef500

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

TSRM/TSRM.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ typedef uintptr_t tsrm_uintptr_t;
5252
# include <pthread.h>
5353
#elif defined(TSRM_ST)
5454
# include <st.h>
55-
#elif defined(BETHREADS)
56-
#include <kernel/OS.h>
57-
#include <TLS.h>
5855
#endif
5956

6057
#if SIZEOF_SIZE_T == 4

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,6 @@ case $host_alias in
282282
fi
283283
php_multiple_shlib_versions_ok=yes
284284
;;
285-
*beos*)
286-
beos_threads=1
287-
LIBS="$LIBS -lbe -lroot"
288-
;;
289285
*mips*)
290286
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
291287
;;

0 commit comments

Comments
 (0)