[510] in Kerberos-V5-bugs
Re: configure
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Fri Jun 17 02:42:37 1994
Date: Fri, 17 Jun 94 02:42:02 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: ertle@uvm-gen.EMBA.UVM.EDU
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[504] in Kerberos-V5-bugs"
>> automatic configure option ( which I like a WHOLE lot better than the
>> alternative!! ).
Glad you appreciate it.
>> In kadmind, adm_listen.c needs to include select.h to get a
Fixed (currently under _AIX, and using <sys/select.h>; I don't know if
*any* other platform does it -- if they do, I'll make a feature test
for it.)
>> declaration for the fd_set type. adm_fmt_inq.c needs to inlcude
>> time.h for the tm type.
Fixed (or rather, improved the messy #ifdef that was there before to
use a feature we were already testing...)
_Mark_