[2540] in Kerberos_V5_Development

home help back first fref pref prev next nref lref last post

Re: Prototype hell

daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Oct 10 00:14:35 1997

To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Cc: krbdev@MIT.EDU
From: Ken Raeburn <raeburn@cygnus.com>
Date: 10 Oct 1997 00:14:00 -0400
In-Reply-To: Ken Hornstein's message of "Thu, 09 Oct 1997 23:50:27 -0400"


Does krb5_int32==int work on the Cray?  I don't know if there's
actually any code that will break if krb5_int32 has more than 32 bits,
since all the systems I use do have a true 32-bit type....

It should be easy enough to test: Just change the krb5.hin code to say
something like:

    #if SIZEOF_INT >=4
    typedef int krb5_int32;
    #else
    typedef long krb5_int32; /* guaranteed to be at least 32 bits */
    #endif

home help back first fref pref prev next nref lref last post