mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output when
appropriate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -135,6 +135,9 @@ static void show_compile_settings(void)
|
||||
#if APR_USE_PTHREAD_SERIALIZE
|
||||
printf(" -D APR_USE_PTHREAD_SERIALIZE\n");
|
||||
#endif
|
||||
#if APR_PROCESS_LOCK_IS_GLOBAL
|
||||
printf(" -D APR_PROCESS_LOCK_IS_GLOBAL\n");
|
||||
#endif
|
||||
#ifdef SINGLE_LISTEN_UNSERIALIZED_ACCEPT
|
||||
printf(" -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT\n");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user