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)
commitfb08c34cf3950f994701a9c98c89670f6346f7ab
treed24bacbacb7c84d89c52c2e7742a4fe4bea537b2
parent73dc9870af658dfe467e33ecefe2d740a0d0dbb0
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.
(This used to be commit 8b25fe734166b76ceebf8d9543c706ebe0fddc96)
12 files changed:
source3/acconfig.h
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/includes.h
source3/include/proto.h
source3/include/smb.h
source3/lib/util.c
source3/smbd/password.c
source3/smbd/server.c
source3/smbd/uid.c
source3/tests/getgroups.c [new file with mode: 0644]