* Remove the line "#define fork vfork" in imap/src/osdep/unix/os_osx.c, because
[alpine.git] / imap / src / osdep / unix / os_osx.c
blob1788e21f0b2f3c9c5be3758602acffee13cea78a
1 /* ========================================================================
2 * Copyright 2008-2009 Mark Crispin
3 * ========================================================================
4 */
6 /*
7 * Program: Operating-system dependent routines -- Mac OS X version
9 * Author: Mark Crispin
11 * Date: 1 August 1988
12 * Last Edited: 18 May 2009
14 * Previous versions of this file were:
16 * Copyright 1988-2007 University of Washington
18 * Licensed under the Apache License, Version 2.0 (the "License");
19 * you may not use this file except in compliance with the License.
20 * You may obtain a copy of the License at
22 * http://www.apache.org/licenses/LICENSE-2.0
27 #include "tcp_unix.h" /* must be before osdep includes tcp.h */
28 #include "mail.h"
29 #include "osdep.h"
30 #include <stdio.h>
31 #include <sys/time.h>
32 #include <sys/stat.h>
33 #include <sys/socket.h>
34 #include <netinet/in.h>
35 #include <arpa/inet.h>
36 #include <netdb.h>
37 #include <ctype.h>
38 #include <errno.h>
39 extern int errno; /* just in case */
40 #include <pwd.h>
41 #include "misc.h"
44 #include "fs_unix.c"
45 #include "ftl_unix.c"
46 #include "nl_unix.c"
47 #include "env_unix.c"
49 #include "getspnam.c"
50 #include "tcp_unix.c"
51 #include "gr_wait4.c"
52 #include "tz_bsd.c"
53 #include "utime.c"