summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac/KerberosAgentPrefix.pch
blob: 88c32a80e7c9d2b51500b6156862f794dc3a930f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>

#define CacheCollectionDidChangeNotification @"CacheCollectionDidChange"
#endif

#define BIND_8_COMPAT

#include <Kerberos/Kerberos.h>
#include <Kerberos/KerberosLoginPrivate.h>
#include <Kerberos/KerberosDebug.h>
#include <nameser.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>