X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckuath.h;h=914a06fde2466124a80a418eeb275b0fb0ed4aa4;hb=7cb2740ab75d86ce8de2dde75888d225d7946ca9;hp=0dbe8dc9a30ffef3b15ecc73f1b5656737511c5a;hpb=8d5a97cca5dc3d41681e7a2dd709ac0ea93e73c5;p=ckermit.git diff --git a/ckuath.h b/ckuath.h index 0dbe8dc..914a06f 100644 --- a/ckuath.h +++ b/ckuath.h @@ -4,7 +4,7 @@ Author: Jeffrey E Altman , Secure Endpoints Inc., New York City. - Copyright (C) 1999, 2004, + Copyright (C) 1999, 2009, Trustees of Columbia University in the City of New York. All rights reserved. See the C-Kermit COPYING.TXT file or the copyright text in the ckcmai.c module for disclaimer and permissions. @@ -116,6 +116,13 @@ _PROTOTYP(int SendSSLAuthSB, (int, void *, int)); /* successfully in Kermit 95 due to the segmentation of crypto */ /* into a separate DLL. */ +#ifndef KRB5_INIT_ETS +/* krb5_init_ets() is a no-op in Kerberos 1.4.x and later */ +/* and in some installations it can't be found so now by default */ +/* we don't use it. */ +#define NO_KRB5_INIT_ETS +#endif /* KRB5_INIT_ETS */ + #define KRB_DEFTIM 600 /* Default lifetime (minutes) */ /* Kerberos structure definitions */