From f6bed79ec6f287ac5da79151b97b6cf4776aab7a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 Jul 2009 08:39:51 +1000 Subject: Revert "s4:heimdal_build: predefine GSSAPI_DEPRECATED depending on the compiler version" This is now handled correctly in the newly imported Heimdal This reverts commit 4a754d029b0eb229b23980aa4a80dae2b485a302. --- source4/heimdal_build/krb5-types.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4') diff --git a/source4/heimdal_build/krb5-types.h b/source4/heimdal_build/krb5-types.h index 94973d7fbe..cdc5a3cba9 100644 --- a/source4/heimdal_build/krb5-types.h +++ b/source4/heimdal_build/krb5-types.h @@ -10,12 +10,4 @@ typedef socklen_t krb5_socklen_t; typedef ssize_t krb5_ssize_t; -#ifndef GSSAPI_DEPRECATED -#if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 ) -#define GSSAPI_DEPRECATED __attribute__ ((deprecated)) -#else -#define GSSAPI_DEPRECATED -#endif -#endif - #endif /* __krb5_types_h__ */ -- cgit