From 21fd0a0f6261fb511488e391349ecdb0bf93e12d Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 26 Jun 2001 07:44:02 +0000 Subject: Add check for working AF_LOCAL sockets, which are borken on RH7.0 with _LARGEFILE64_SOURCE, and probably not present on non-Unix systems like VMS. (This used to be commit 8b0a5bc436fb44f5123d037b102f2d2c4d3287e8) --- source3/include/config.h.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 8c8f26f8b2..eff40ac29d 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -999,3 +999,7 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET + +/* Define if you have working AF_LOCAL sockets */ +#undef HAVE_WORKING_AF_LOCAL + -- cgit