We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534351c commit b1ef500Copy full SHA for b1ef500
TSRM/TSRM.h
@@ -52,9 +52,6 @@ typedef uintptr_t tsrm_uintptr_t;
52
# include <pthread.h>
53
#elif defined(TSRM_ST)
54
# include <st.h>
55
-#elif defined(BETHREADS)
56
-#include <kernel/OS.h>
57
-#include <TLS.h>
58
#endif
59
60
#if SIZEOF_SIZE_T == 4
configure.ac
@@ -282,10 +282,6 @@ case $host_alias in
282
fi
283
php_multiple_shlib_versions_ok=yes
284
;;
285
- *beos*)
286
- beos_threads=1
287
- LIBS="$LIBS -lbe -lroot"
288
- ;;
289
*mips*)
290
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
291
0 commit comments