From 1ffe510887d0e16782849bf364087fad844ff744 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 8 May 2001 05:02:50 +0000 Subject: Relevant BUGIDs: 416229 Purpose of commit: cleanup Commit summary: --------------- A little closer to supporting AIX. These changes are not all of the suggested changes in the bug report that I will close as a result of this checkin, but they are all the changes that I feel happy making right now. I've avoided some of the more gratutitous changes, hoping that the submitter will reevaluate what they need in the light of what I have committed here. --- modules/pam_group/pam_group.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/pam_group') diff --git a/modules/pam_group/pam_group.c b/modules/pam_group/pam_group.c index af3c7ef3..4f6f34fb 100644 --- a/modules/pam_group/pam_group.c +++ b/modules/pam_group/pam_group.c @@ -36,6 +36,13 @@ const static char rcsid[] = #define PAM_GROUP_BUFLEN 1000 #define FIELD_SEPARATOR ';' /* this is new as of .02 */ +#ifdef TRUE +# undef TRUE +#endif +#ifdef FALSE +# undef FALSE +#endif + typedef enum { FALSE, TRUE } boolean; typedef enum { AND, OR } operator; -- cgit v1.2.3