summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2009-02-19 07:15:23 +0000
committerMladen Turk <mturk@apache.org>2009-02-19 07:15:23 +0000
commit9b0f998ab3db15f7aa53961564ef6be0b0f7a491 (patch)
tree235d220224061786c2d415c63a208615091fc81b /include/apr.h.in
parentdb81ee5bb8faeea6c0d9d7836630d6d58e2b357c (diff)
downloadapr-9b0f998ab3db15f7aa53961564ef6be0b0f7a491.tar.gz
Enable unix domain (AF_UNIX) sockets if supported by the OS
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@745763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.h.in')
-rw-r--r--include/apr.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index 9f1fb6f99..bbd7e7fec 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -208,6 +208,7 @@ extern "C" {
#define APR_HAVE_INET_ADDR @have_inet_addr@
#define APR_HAVE_INET_NETWORK @have_inet_network@
#define APR_HAVE_IPV6 @have_ipv6@
+#define APR_HAVE_SOCKADDR_UN @have_sockaddr_un@
#define APR_HAVE_MEMMOVE @have_memmove@
#define APR_HAVE_SETRLIMIT @have_setrlimit@
#define APR_HAVE_SIGACTION @have_sigaction@