config: Add missing define for HAVE_GETGROUPS
authorAndreas Schneider <asn@samba.org>
Wed, 24 Nov 2021 09:49:01 +0000 (10:49 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 24 Nov 2021 09:50:04 +0000 (10:50 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
config.h.cmake

index 8e0572342ec2d107d1fa393277ee7465c1e2a952..441966d672b960976ad619d7dd976ceec6e7d22d 100644 (file)
@@ -41,6 +41,9 @@
 /* Define to 1 if you have the `getresgid' function. */
 #cmakedefine HAVE_GETRESGID 1
 
+/* Define to 1 if you have the `getgroups' function. */
+#cmakedefine HAVE_GETGROUPS 1
+
 /* Define to 1 if you have the `setgroups' function. */
 #cmakedefine HAVE_SETGROUPS 1
 #cmakedefine HAVE_SETGROUPS_INT 1