No AF_UNIX on Windows and no SIGPIPE and SIGXCPU

This commit is contained in:
Asanka Herath
2009-08-26 12:57:15 -04:00
committed by Love Hornquist Astrand
parent 246e60891c
commit d84119813e
8 changed files with 149 additions and 20 deletions

View File

@@ -74,8 +74,12 @@ typedef struct kadm5_log_context {
char *log_file;
int log_fd;
uint32_t version;
#ifndef NO_UNIX_SOCKETS
struct sockaddr_un socket_name;
int socket_fd;
#else
struct addrinfo *socket_info;
#endif
SOCKET socket_fd;
} kadm5_log_context;
typedef struct kadm5_server_context {