summaryrefslogtreecommitdiff
path: root/source/acconfig.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-07-29 05:05:36 +0000
committerAndrew Tridgell <tridge@samba.org>1998-07-29 05:05:36 +0000
commit8b25fe734166b76ceebf8d9543c706ebe0fddc96 (patch)
treeafcb4704429fd8eace29fbe503458a85afc00b88 /source/acconfig.h
parent19aa9a1c95d357e1041e9a3ece89d7bb3cc6f6ac (diff)
downloadsamba-8b25fe734166b76ceebf8d9543c706ebe0fddc96.tar.gz
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.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r--source/acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h
index 6ae9f1b73d4..411ce38955b 100644
--- a/source/acconfig.h
+++ b/source/acconfig.h
@@ -47,3 +47,5 @@
#undef WITH_NISPLUS
#undef WITH_AUTOMOUNT
#undef HAVE_PAM_AUTHENTICATE
+#undef HAVE_BROKEN_GETGROUPS
+