1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

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.
This commit is contained in:
Andrew Bartlett 2009-07-17 08:39:51 +10:00
parent 6cb81f7b37
commit f6bed79ec6

View File

@ -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__ */