summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 64766ff..0bd082d 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -235,12 +235,6 @@
/* printf format code for printing a size_t and ssize_t */
#undef PRIxS
-/* Mark the systems where we know it's bad if pthreads runs too
- early before main (before threads are initialized, presumably). */
-#ifdef __FreeBSD__
-#define PTHREADS_CRASHES_IF_RUN_TOO_EARLY 1
-#endif
-
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE