Git init
[external/curl.git] / lib / config-mac.h
1 #ifndef __LIB_CONFIG_MAC_H
2 #define __LIB_CONFIG_MAC_H
3
4 /* =================================================================== */
5 /*   lib/config-mac.h - Hand crafted config file for Mac OS 9          */
6 /* =================================================================== */
7 /*  On Mac OS X you must run configure to generate curl_config.h file  */
8 /* =================================================================== */
9
10 #define OS "mac"
11
12 #define HAVE_NETINET_IN_H       1
13 #define HAVE_SYS_SOCKET_H       1
14 #define HAVE_SYS_SELECT_H       1
15 #define HAVE_NETDB_H            1
16 #define HAVE_ARPA_INET_H        1
17 #define HAVE_UNISTD_H           1
18 #define HAVE_NET_IF_H           1
19 #define HAVE_SYS_TYPES_H        1
20 #define HAVE_GETTIMEOFDAY       1
21 #define HAVE_FCNTL_H            1
22 #define HAVE_SYS_STAT_H         1
23 #define HAVE_ALLOCA_H           1
24 #define HAVE_TIME_H             1
25 #define HAVE_STDLIB_H           1
26 #define HAVE_UTIME_H            1
27 #define HAVE_SYS_TIME_H         1
28
29 #define TIME_WITH_SYS_TIME      1
30
31 #define HAVE_ALARM              1
32 #define HAVE_STRDUP             1
33 #define HAVE_UTIME              1
34 #define HAVE_SETVBUF            1
35 #define HAVE_STRFTIME           1
36 #define HAVE_INET_ADDR          1
37 #define HAVE_MEMCPY             1
38 #define HAVE_SELECT             1
39 #define HAVE_SOCKET             1
40 #define HAVE_STRUCT_TIMEVAL     1
41
42 //#define HAVE_STRICMP          1
43 #define HAVE_SIGACTION          1
44 #define HAVE_SIGNAL_H           1
45 #define HAVE_SIG_ATOMIC_T       1
46
47 #ifdef MACOS_SSL_SUPPORT
48 #       define USE_SSLEAY       1
49 #       define USE_OPENSSL      1
50 #endif
51
52 #define CURL_DISABLE_LDAP       1
53
54 #define HAVE_RAND_STATUS        1
55 #define HAVE_RAND_EGD           1
56
57 #define HAVE_IOCTL              1
58 #define HAVE_IOCTL_FIONBIO      1
59
60 #define RETSIGTYPE void
61
62 #define SIZEOF_INT              4
63 #define SIZEOF_SHORT            2
64 #define SIZEOF_SIZE_T           4
65
66 #define HAVE_GETNAMEINFO 1
67 #define GETNAMEINFO_QUAL_ARG1 const
68 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
69 #define GETNAMEINFO_TYPE_ARG2 socklen_t
70 #define GETNAMEINFO_TYPE_ARG46 size_t
71 #define GETNAMEINFO_TYPE_ARG7 int
72
73 #define HAVE_RECV 1
74 #define RECV_TYPE_ARG1 int
75 #define RECV_TYPE_ARG2 void *
76 #define RECV_TYPE_ARG3 size_t
77 #define RECV_TYPE_ARG4 int
78 #define RECV_TYPE_RETV ssize_t
79
80 #define HAVE_RECVFROM 1
81 #define RECVFROM_TYPE_ARG1 int
82 #define RECVFROM_TYPE_ARG2 void
83 #define RECVFROM_TYPE_ARG3 size_t
84 #define RECVFROM_TYPE_ARG4 int
85 #define RECVFROM_TYPE_ARG5 struct sockaddr
86 #define RECVFROM_TYPE_ARG6 int
87 #define RECVFROM_TYPE_RETV ssize_t
88 #define RECVFROM_TYPE_ARG2_IS_VOID 1
89
90 #define HAVE_SEND 1
91 #define SEND_TYPE_ARG1 int
92 #define SEND_QUAL_ARG2 const
93 #define SEND_TYPE_ARG2 void *
94 #define SEND_TYPE_ARG3 size_T
95 #define SEND_TYPE_ARG4 int
96 #define SEND_TYPE_RETV ssize_t
97
98 #define HAVE_EXTRA_STRICMP_H 1
99 #define HAVE_EXTRA_STRDUP_H  1
100
101 #endif /* __LIB_CONFIG_MAC_H */