summaryrefslogtreecommitdiff
path: root/config.h.in
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 /config.h.in
parent92de7dd2694fbae10d8183f749e9bcd88c68c8eb (diff)
downloadcups-6eb98aee93be531b09425ea4bce86cfe05e8b4ef.tar.gz
The scheduler now uses the getgrouplist function when available (Issue #4611)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index e242d5611..37cfc4cd1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -533,6 +533,13 @@
/*
+ * Do we have the getgrouplist() function?
+ */
+
+#undef HAVE_GETGROUPLIST
+
+
+/*
* Do we have OS X 10.4's mbr_XXX functions?
*/