/* $Id$ */ #ifndef _BSD_GETGROUPLIST_H #define _BSD_GETGROUPLIST_H #include "config.h" #ifndef HAVE_GETGROUPLIST #include int getgrouplist(const char *, gid_t, gid_t *, int *); #endif #endif