diff options
author | Martin Pool <mbp@samba.org> | 2001-06-26 07:44:02 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-06-26 07:44:02 +0000 |
commit | 21fd0a0f6261fb511488e391349ecdb0bf93e12d (patch) | |
tree | 61168612ee13d3d4cc087cf3a39f739720e6bf01 /source3/include | |
parent | 4c83248fcf2ee9c5ab995d9ab28bb82677428b61 (diff) | |
download | samba-21fd0a0f6261fb511488e391349ecdb0bf93e12d.tar.gz samba-21fd0a0f6261fb511488e391349ecdb0bf93e12d.tar.xz 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')
-rw-r--r-- | source3/include/config.h.in | 6 |
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 + |