From 6eb98aee93be531b09425ea4bce86cfe05e8b4ef Mon Sep 17 00:00:00 2001 From: Michael Sweet Date: Fri, 13 May 2016 12:11:52 -0400 Subject: The scheduler now uses the getgrouplist function when available (Issue #4611) --- config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index e242d5611..37cfc4cd1 100644 --- a/config.h.in +++ b/config.h.in @@ -532,6 +532,13 @@ #undef HAVE_SCDYNAMICSTORECOPYCOMPUTERNAME +/* + * Do we have the getgrouplist() function? + */ + +#undef HAVE_GETGROUPLIST + + /* * Do we have OS X 10.4's mbr_XXX functions? */ -- cgit v1.2.1