get rid of the runtime test for broken getgroups() and add a compile
authorAndrew Tridgell <tridge@samba.org>
Wed, 29 Jul 1998 05:05:36 +0000 (05:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 29 Jul 1998 05:05:36 +0000 (05:05 +0000)
commit8b25fe734166b76ceebf8d9543c706ebe0fddc96
treeafcb4704429fd8eace29fbe503458a85afc00b88
parent19aa9a1c95d357e1041e9a3ece89d7bb3cc6f6ac
get rid of the runtime test for broken getgroups() and add a compile
time test instead. This also allows us to get rid of the igroups
element of a couple of structures.
12 files changed:
source/acconfig.h
source/configure
source/configure.in
source/include/config.h.in
source/include/includes.h
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/smbd/password.c
source/smbd/server.c
source/smbd/uid.c
source/tests/getgroups.c [new file with mode: 0644]