mirror of
https://github.com/darlinghq/darling-Heimdal.git
synced 2024-11-27 06:00:33 +00:00
Restore Darling Specific Changes
This commit is contained in:
parent
666e7acd66
commit
b7bce8660f
@ -44,7 +44,10 @@
|
||||
#include <krb5.h>
|
||||
#include <roken.h>
|
||||
#include <kcm.h>
|
||||
|
||||
#ifdef DARLING
|
||||
#include <CoreFoundation/CFRuntime.h>
|
||||
#include <CoreFoundation/CFPriv.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <notify.h>
|
||||
|
@ -35,7 +35,11 @@
|
||||
|
||||
#include "gsskrb5_locl.h"
|
||||
|
||||
#ifdef DARLING
|
||||
#include "heimcred.h"
|
||||
#else
|
||||
#include "HeimCred.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
||||
|
@ -34,7 +34,12 @@
|
||||
*/
|
||||
|
||||
#include "krb5_locl.h"
|
||||
#ifdef DARLING
|
||||
// Apple's filesystems aren't case-sensitive by default, but most of Linux's are :|
|
||||
#include "heimcred.h"
|
||||
#else
|
||||
#include "HeimCred.h"
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
static krb5_error_code
|
||||
|
Loading…
Reference in New Issue
Block a user