summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-07-17 08:39:51 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-07-17 08:39:51 +1000
commitf6bed79ec6f287ac5da79151b97b6cf4776aab7a (patch)
treef5d01493c4d4d05b474d0db124d03634bb991643 /source4/heimdal_build
parent6cb81f7b37d541efb54bcdca46b1e0f6bc8afef9 (diff)
downloadsamba-f6bed79ec6f287ac5da79151b97b6cf4776aab7a.tar.gz
samba-f6bed79ec6f287ac5da79151b97b6cf4776aab7a.tar.bz2
samba-f6bed79ec6f287ac5da79151b97b6cf4776aab7a.zip
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.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/krb5-types.h8
1 files changed, 0 insertions, 8 deletions
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__ */