aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/mips-common6
-rw-r--r--site/mips64-common8
2 files changed, 13 insertions, 1 deletions
diff --git a/site/mips-common b/site/mips-common
index 49e6deefc7..3e68667a72 100644
--- a/site/mips-common
+++ b/site/mips-common
@@ -35,3 +35,9 @@ pgac_cv_alignof_int=4
pgac_cv_alignof_long=4
pgac_cv_alignof_long_long_int=8
pgac_cv_alignof_double=8
+
+# apache
+ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
+apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
+ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
+apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
diff --git a/site/mips64-common b/site/mips64-common
index 90c2efe45a..8413f81017 100644
--- a/site/mips64-common
+++ b/site/mips64-common
@@ -26,7 +26,7 @@ ac_cv_alignof_CORBA_long_long=8
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_double=8
ac_cv_alignof_CORBA_long_double=8
-ac_cv_alignof_CORBA_pointer=4
+ac_cv_alignof_CORBA_pointer=8
ac_cv_alignof_CORBA_struct=1
# postgresql
@@ -35,3 +35,9 @@ pgac_cv_alignof_int=4
pgac_cv_alignof_long=8
pgac_cv_alignof_long_long_int=8
pgac_cv_alignof_double=8
+
+# apache
+ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
+apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
+ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
+apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}