diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2005-09-16 18:04:37 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2005-09-16 18:04:37 +0200 |
commit | 105543fce65510afd0800feec8d1f7b6338c427e (patch) | |
tree | 6a686e129850d78f0eb08106eeaac0e8d28c0a26 /os/unix/os.h | |
parent | - remove ssl_ext_lookup and replace it with ssl_ext_list (diff) | |
download | apache2-105543fce65510afd0800feec8d1f7b6338c427e.tar.xz apache2-105543fce65510afd0800feec8d1f7b6338c427e.zip |
I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined
across all architectures as 1|0. Comments?
This simply ensures we can use the value in #if tests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@289592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/unix/os.h')
-rw-r--r-- | os/unix/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/unix/os.h b/os/unix/os.h index e3b5b61b99..bac07134bf 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -38,7 +38,7 @@ /* On platforms where AP_NEED_SET_MUTEX_PERMS is defined, modules * should call unixd_set_*_mutex_perms on mutexes created in the * parent process. */ -#define AP_NEED_SET_MUTEX_PERMS +#define AP_NEED_SET_MUTEX_PERMS 1 #ifdef _OSD_POSIX pid_t os_fork(const char *user); |