diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-12-11 14:58:36 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-12-11 14:58:36 +0000 |
commit | e59be84f1e7dc42189f2cf51dbf92f5658ae9b9d (patch) | |
tree | 0038820ec2077896def81765f94afb8128dacd51 /site | |
parent | 0cd1e202e170f7c6f61329427122e51263cf2ca9 (diff) | |
parent | c2decd3cc2126b77d7194e2fe6fa5f0f97df14f1 (diff) |
merge of '7168bc90d12251e04fc9d38ea7a8082b002fff93'
and 'e97ced3dc091a93df4e70b2feabd08d3d70bafbc'
Diffstat (limited to 'site')
-rw-r--r-- | site/arm-linux | 3 | ||||
-rw-r--r-- | site/ix86-common | 1 | ||||
-rw-r--r-- | site/powerpc-linux | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/site/arm-linux b/site/arm-linux index 3c1a082bd7..32b5c5403f 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -312,3 +312,6 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} #dbus ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=no} + +#apache +apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} diff --git a/site/ix86-common b/site/ix86-common index 6e6a2c96dd..6db5a6c5b0 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -35,6 +35,7 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} ac_cv_sctp=${ac_cv_sctp=no} apr_cv_process_shared_works=${apr_cv_process_shared_works=no} +apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} ac_cv_path_ESD_CONFIG=no lf_cv_sane_realloc=yes diff --git a/site/powerpc-linux b/site/powerpc-linux index f3a7d69027..5cbd9ff77c 100644 --- a/site/powerpc-linux +++ b/site/powerpc-linux @@ -33,6 +33,9 @@ cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} # libc libc_cv_ppc_machine=${libc_cv_ppc_machine=yes} +libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes} +libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes} +libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes} # apache ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} |