diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-04-01 03:08:17 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-01 03:08:17 +0000 |
commit | 005af08753fd9c090f285cbd1bb7599e47a15cae (patch) | |
tree | c092c535fffc177b78900af0aefe2457b77268f6 /src/lib/rpc/auth_unix.c | |
parent | 6164dc36d77452a02787fbded0c50ebb746048d5 (diff) | |
download | krb5-005af08753fd9c090f285cbd1bb7599e47a15cae.tar.gz krb5-005af08753fd9c090f285cbd1bb7599e47a15cae.tar.xz krb5-005af08753fd9c090f285cbd1bb7599e47a15cae.zip |
Include autoconf.h (or include it earlier) in a bunch of files that are
currently depending on command-line macro settings.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17825 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/auth_unix.c')
-rw-r--r-- | src/lib/rpc/auth_unix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/rpc/auth_unix.c b/src/lib/rpc/auth_unix.c index 4af3bc4c7..eaa842732 100644 --- a/src/lib/rpc/auth_unix.c +++ b/src/lib/rpc/auth_unix.c @@ -52,9 +52,7 @@ static char sccsid[] = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro"; #include <gssrpc/auth.h> #include <gssrpc/auth_unix.h> -#ifndef GETGROUPS_T -#define GETGROUPS_T int -#endif +#include "autoconf.h" /* * Unix authenticator operations vector |