1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r13598: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the case

for older krb5 implementations.

Patch slightly modified from the version provided by Björn Jacke <bjoern
at j3e dot de> at the samba-technical list after discussion on the list
and by IRC.  Thanks Björn!
(This used to be commit 49e6431c06)
This commit is contained in:
Lars Müller 2006-02-21 17:35:52 +00:00 committed by Gerald (Jerry) Carter
parent 3c892fdf4f
commit 8176d4c9fe

View File

@ -1453,6 +1453,10 @@ time_t timegm(struct tm *tm);
#if defined(HAVE_KRB5)
#ifndef KRB5KRB_ERR_RESPONSE_TOO_BIG
#define KRB5KRB_ERR_RESPONSE_TOO_BIG (-1765328332L)
#endif
#ifndef HAVE_KRB5_SET_REAL_TIME
krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
#endif