Restore Darling Specific Changes

This commit is contained in:
Thomas A 2023-03-05 09:35:31 -08:00
parent 666e7acd66
commit b7bce8660f
3 changed files with 13 additions and 1 deletions

View File

@ -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>

View File

@ -35,7 +35,11 @@
#include "gsskrb5_locl.h"
#ifdef DARLING
#include "heimcred.h"
#else
#include "HeimCred.h"
#endif
#ifdef __APPLE__

View File

@ -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