summaryrefslogtreecommitdiff
path: root/lib/euidaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/euidaccess.c')
-rw-r--r--lib/euidaccess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/euidaccess.c b/lib/euidaccess.c
index 4e032a911..4109d993c 100644
--- a/lib/euidaccess.c
+++ b/lib/euidaccess.c
@@ -21,7 +21,7 @@ Suite 330, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie and Torbjorn Granlund.
Adapted for GNU C library by Roland McGrath. */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif
@@ -111,7 +111,7 @@ static gid_t egid;
/* Nonzero if UID, GID, EUID, and EGID have valid values. */
static int have_ids = 0;
-# ifdef HAVE_GETGROUPS
+# if HAVE_GETGROUPS
int group_member ();
# else
# define group_member(gid) 0