fix building gssapi on mac os 10.4, patch by mark@moxienet.com, r=cneberg@gmail.com, sr=bienvenu

This commit is contained in:
bienvenu%nventure.com 2005-08-20 22:34:32 +00:00
parent fbbcd45d8e
commit 754ce9752c

View File

@ -30,6 +30,14 @@
*/
#define _GSSAPI_H_
/*
* On Mac OS X, Kerberos/Kerberos.h is used to gain access to certain
* system-specific Kerberos functions, but on 10.4, that file also brings
* in other headers that conflict with this one.
*/
#define _GSSAPI_GENERIC_H_
#define _GSSAPI_KRB5_H_
/*
* Define windows specific needed parameters.
*/