xnanosleep: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / mgetgroups.h
index a1fd040e7348b20bf09b489ea30b88be1d36a6e7..7a572bc2f7844a24237960a04d6d5a4d08376117 100644 (file)
@@ -17,4 +17,6 @@
 #include <sys/types.h>
 
 int mgetgroups (const char *username, gid_t gid, gid_t **groups);
+#if GNULIB_XGETGROUPS
 int xgetgroups (const char *username, gid_t gid, gid_t **groups);
+#endif