From: Stefan Metzmacher Date: Thu, 16 Jul 2009 10:21:29 +0000 (+0200) Subject: s4:heimdal_build: predefine GSSAPI_DEPRECATED depending on the compiler version X-Git-Tag: tevent-0.9.8~710^2~93 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=4a754d029b0eb229b23980aa4a80dae2b485a302;hp=4a754d029b0eb229b23980aa4a80dae2b485a302 s4:heimdal_build: predefine GSSAPI_DEPRECATED depending on the compiler version Otherwise heimdal/lib/gssapi/gssapi/gssapi.h will just define it to __attribute__ ((deprecated)) which is not supported by all compilers we care about. This should fix the build on Tru64 metze ---