Revert "s4:heimdal_build: predefine GSSAPI_DEPRECATED depending on the compiler version"
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Jul 2009 22:39:51 +0000 (08:39 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Jul 2009 22:39:51 +0000 (08:39 +1000)
This is now handled correctly in the newly imported Heimdal

This reverts commit 4a754d029b0eb229b23980aa4a80dae2b485a302.

source4/heimdal_build/krb5-types.h

index 94973d7fbe60bc5e5760b088f0598893ed8ad84e..cdc5a3cba98b647fb00cea5b89688cc8aa46d691 100644 (file)
 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__ */