Imported Upstream version 1.10.2
[platform/upstream/krb5.git] / src / kim / agent / mac / KerberosAgentPrefix.pch
1 #ifdef __OBJC__
2 #import <Cocoa/Cocoa.h>
3
4 #define CacheCollectionDidChangeNotification @"CacheCollectionDidChange"
5 #endif
6
7 #include <Kerberos/Kerberos.h>
8 #include <Kerberos/KerberosLoginPrivate.h>
9 #include <Kerberos/kim.h>
10 #include <Kerberos/KerberosDebug.h>
11 #include <nameser.h>
12 #include <netinet/in.h>
13 #include <sys/socket.h>
14 #include <sys/types.h>
15 #include <sys/wait.h>
16 #include <arpa/inet.h>
17 #include <stdio.h>
18 #include <stdlib.h>
19 #include <unistd.h>