diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-06 23:07:10 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-06 23:07:10 +0000 |
commit | 11b2de50fc0e8bfcd810e8b07a7eb39a5d903621 (patch) | |
tree | 958c98c751380e3bacc0de3454c11f23ce3da76d /source3/include | |
parent | e8e07a26eb1365d195c0345ad075ff828517fe53 (diff) | |
download | samba-11b2de50fc0e8bfcd810e8b07a7eb39a5d903621.tar.gz samba-11b2de50fc0e8bfcd810e8b07a7eb39a5d903621.tar.bz2 samba-11b2de50fc0e8bfcd810e8b07a7eb39a5d903621.zip |
Added getconf flags for RH7.1 lfs support. Changed while() to a for()
loop in Simo's code (removes much grp = gep->next code).
Jeremy.
(This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 25da15c199..433926eea5 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -796,6 +796,9 @@ /* Define if you have the <nss.h> header file. */ #undef HAVE_NSS_H +/* Define if you have the <nss_common.h> header file. */ +#undef HAVE_NSS_COMMON_H + /* Define if you have the <poll.h> header file. */ #undef HAVE_POLL_H @@ -999,6 +1002,3 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET - -/* Define if you have the <nss_common.h> header file. */ -#undef HAVE_NSS_COMMON_H |