Enhanced libc's pthread configuration detection.
diff --git a/include/config.h.in b/include/config.h.in index 5cc6ec3..32e9fba 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -146,6 +146,9 @@ /* The number of bytes in a long long. */ #undef SIZEOF_LONG_LONG +/* Define if you have the __libc_fork function. */ +#undef HAVE___LIBC_FORK + /* Define if you have the _lwp_create function. */ #undef HAVE__LWP_CREATE