mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
fix building gssapi on mac os 10.4, patch by mark@moxienet.com, r=cneberg@gmail.com, sr=bienvenu
This commit is contained in:
parent
fbbcd45d8e
commit
754ce9752c
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user