Searched defs:HAVE_PTHREAD (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/programs/
H A DMakefile89 HAVE_PTHREAD := $(shell printf '\#include <pthread.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_pthread$(EXT) -x c - -pthread 2> $(VOID) && rm have_pthread$(EXT) && echo 1 || echo 0) macro
/freebsd-12-stable/usr.sbin/unbound/
H A Dconfig.h441 #define HAVE_PTHREAD 1 macro

Completed in 114 milliseconds