summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-06-26 07:44:02 +0000
committerMartin Pool <mbp@samba.org>2001-06-26 07:44:02 +0000
commit21fd0a0f6261fb511488e391349ecdb0bf93e12d (patch)
tree61168612ee13d3d4cc087cf3a39f739720e6bf01 /source3/include/config.h.in
parent4c83248fcf2ee9c5ab995d9ab28bb82677428b61 (diff)
downloadsamba-21fd0a0f6261fb511488e391349ecdb0bf93e12d.tar.gz
samba-21fd0a0f6261fb511488e391349ecdb0bf93e12d.tar.bz2
samba-21fd0a0f6261fb511488e391349ecdb0bf93e12d.zip
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)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in6
1 files changed, 5 insertions, 1 deletions
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
+