From 7bd68af1d6cbcd904e2fa3b6b21a1dbe7e516602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Jan 2009 21:49:23 +0000 Subject: [PATCH] use KRB5_DEPRECATED git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index eb7238591..b5f90c32c 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -51,6 +51,10 @@ #define KRB5KDC_ERR_KEY_EXP KRB5KDC_ERR_KEY_EXPIRED #endif +#ifndef KRB5_DEPRECATED +#define KRB5_DEPRECATED __attribute__((deprecated)) +#endif + /* simple constants */ #ifndef TRUE