diff options
author | Yann Ylavic <ylavic@apache.org> | 2022-06-16 16:25:05 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2022-06-16 16:25:05 +0200 |
commit | c4234718917924ac696f66dc71ef2b7b4e6e68cc (patch) | |
tree | af7117234138af1b8119bbb3a6f73036e7fcce11 /configure.in | |
parent | mpm_prefork: Do not access the POD in ONE_PROCESS mode. (diff) | |
download | apache2-c4234718917924ac696f66dc71ef2b7b4e6e68cc.tar.xz apache2-c4234718917924ac696f66dc71ef2b7b4e6e68cc.zip |
core: log_tid support on FreeBSD.
Use pthread_getthreadid_np() when available.
BZ: 65835
Submitted by: David CARLIER <devnexen gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 78bcf9baff..dbc9ea8536 100644 --- a/configure.in +++ b/configure.in @@ -474,6 +474,7 @@ unistd.h \ sys/socket.h \ pwd.h \ grp.h \ +pthread_np.h \ strings.h \ sys/prctl.h \ sys/procctl.h \ @@ -535,6 +536,7 @@ initgroups \ bindprocessor \ prctl \ procctl \ +pthread_getthreadid_np \ timegm \ getpgid \ fopen64 \ |