[999] in Kerberos-V5-bugs
lib/krb5/rcache/configure.in needs AC_TYPE_UID_T
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Wed Dec 21 17:54:13 1994
From: epeisach@MIT.EDU
Date: Wed, 21 Dec 1994 17:54:08 -0500
To: krb5-bugs@MIT.EDU
I am attempting to compile krb5 on a really misfeatured machine. (old).
I wanted to see if configure could handle it...
In lib/krb5/rcache/rc_io.c, uid_t is used.
uid_t does not exist on this beast.... The following fixes the
problem...
There are a few other directories with the same problem, but I
will report those as need be..
===================================================================
RCS file: RCS/configure.in,v
retrieving revision 1.1
diff -c -r1.1 configure.in
*** 1.1 1994/12/21 20:45:56
--- configure.in 1994/12/21 20:49:23
***************
*** 6,9 ****
--- 6,10 ----
SubdirLibraryRule([${OBJS}])
KRB_INCLUDE
ISODE_INCLUDE
+ AC_TYPE_UID_T
V5_AC_OUTPUT_MAKEFILE