summaryrefslogtreecommitdiff
path: root/vcnet
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-05-13 12:11:52 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-05-13 12:11:52 -0400
commit6eb98aee93be531b09425ea4bce86cfe05e8b4ef (patch)
tree8d5641baee7173615ab82977b5ac1188404937e1 /vcnet
parent92de7dd2694fbae10d8183f749e9bcd88c68c8eb (diff)
downloadcups-6eb98aee93be531b09425ea4bce86cfe05e8b4ef.tar.gz
The scheduler now uses the getgrouplist function when available (Issue #4611)
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcnet/config.h b/vcnet/config.h
index e8e73f6b1..fdbfd68e4 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -586,6 +586,13 @@ typedef unsigned long useconds_t;
/*
+ * Do we have the getgrouplist() function?
+ */
+
+#undef HAVE_GETGROUPLIST
+
+
+/*
* Do we have OS X 10.4's mbr_XXX functions?
*/