aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b31d0a6c7..7f9cc2197 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1032,6 +1032,16 @@ AC_CHECK_MEMBER([struct sockaddr_in.sin_len],
1032 #include <netinet/in.h> 1032 #include <netinet/in.h>
1033 ]) 1033 ])
1034 1034
1035AC_CHECK_MEMBER([struct sockaddr_un.sun_len],
1036 [ AC_DEFINE(HAVE_SOCKADDR_UN_SUN_LEN, 1, [Do we have sockaddr_un.sun_len?])
1037 ],
1038 [],
1039 [
1040 #include <sys/types.h>
1041 #include <sys/socket.h>
1042 #include <sys/un.h>
1043 ])
1044
1035 1045
1036 1046
1037# Checks for library functions. 1047# Checks for library functions.