summaryrefslogtreecommitdiff
path: root/acconfig.h.in
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-29 15:17:02 +0000
committerStig Bakken <ssb@php.net>1999-09-29 15:17:02 +0000
commit1cb0d88186a885f555393e258849562e24156f57 (patch)
treed73a02da5a9134191e39048bd10fd5eb45b274b2 /acconfig.h.in
parentdb4820447fae020625e210e42569671d0c865c5f (diff)
downloadphp-git-1cb0d88186a885f555393e258849562e24156f57.tar.gz
Decent configure speedup. Makefiles are now generated only for the
extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly).
Diffstat (limited to 'acconfig.h.in')
-rw-r--r--acconfig.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h.in b/acconfig.h.in
index c76094f1cf..a35e2e4a1b 100644
--- a/acconfig.h.in
+++ b/acconfig.h.in
@@ -122,3 +122,5 @@
/* Define when compiling with Zeus support */
#undef WITH_ZEUS
+/* Define if struct sockaddr contains the field sa_len */
+#undef HAVE_SOCKADDR_SA_LEN