diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-15 07:55:11 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-15 07:55:11 +0000 |
| commit | 87350f269da4d82f2436aac91ae87fbd37ca6c16 (patch) | |
| tree | 153b5d7d6bea91ad891de5168dd27d39e0082f66 /auto | |
| parent | f07f63ae46345eb2aa8a433b0bf48947d6cff95e (diff) | |
| download | nginx-87350f269da4d82f2436aac91ae87fbd37ca6c16.tar.gz nginx-87350f269da4d82f2436aac91ae87fbd37ca6c16.tar.bz2 | |
nginx-0.0.7-2004-06-15-11:55:11 import
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/os/freebsd | 3 | ||||
| -rw-r--r-- | auto/os/linux | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd index 5fa8e33e3..53d732207 100644 --- a/auto/os/freebsd +++ b/auto/os/freebsd @@ -66,3 +66,6 @@ if [ $EVENT_AIO = YES ]; then else have=HAVE_AIO . auto/nohave fi + + +have=HAVE_MSGHDR_MSG_CONTROL . auto/have diff --git a/auto/os/linux b/auto/os/linux index c34fba1ac..6a9b8b559 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -77,3 +77,6 @@ ngx_func_test="prctl(PR_SET_DUMPABLE, 1, 0, 0, 0)" if [ $ngx_found = yes ]; then have=HAVE_PR_SET_DUMPABLE . auto/have fi + + +have=HAVE_MSGHDR_MSG_CONTROL . auto/have |
