From e9fa8f7cce55afe8d9a1b38ed3bbd4fd071b6ef4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 12 Jun 2005 11:55:48 +0000 Subject: r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(), as krb5_closelog() no longer leaks memory. Andrew Bartlett (This used to be commit b0bf8a4a5f04b65655f4005b27c80eb098039720) --- source4/heimdal_build/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index da20a1936d..acd997c6c6 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -83,8 +83,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } /* #undef HAVE_KRB5_ENCRYPT_DATA */ /* Define to 1 if you have the `krb5_enctypes_compatible_keys' function. */ #define HAVE_KRB5_ENCTYPES_COMPATIBLE_KEYS 1 -/* Define to 1 if you have the `krb5_freelog' function. */ -#define HAVE_KRB5_FREELOG 1 /* Define to 1 if you have the `krb5_free_data_contents' function. */ #define HAVE_KRB5_FREE_DATA_CONTENTS 1 /* Define to 1 if you have the `krb5_free_error_string' function. */ -- cgit