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