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:
parent
6cb81f7b37
commit
f6bed79ec6
@ -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__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user