Go to the documentation of this file.00001 #ifndef HEADER_CURL_CONFIG_MAC_H
00002 #define HEADER_CURL_CONFIG_MAC_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #define OS "mac"
00032
00033
00034 #define USE_MANUAL 1
00035
00036 #define HAVE_ERRNO_H 1
00037 #define HAVE_NETINET_IN_H 1
00038 #define HAVE_SYS_SOCKET_H 1
00039 #define HAVE_SYS_SELECT_H 1
00040 #define HAVE_NETDB_H 1
00041 #define HAVE_ARPA_INET_H 1
00042 #define HAVE_UNISTD_H 1
00043 #define HAVE_NET_IF_H 1
00044 #define HAVE_SYS_TYPES_H 1
00045 #define HAVE_GETTIMEOFDAY 1
00046 #define HAVE_FCNTL_H 1
00047 #define HAVE_SYS_STAT_H 1
00048 #define HAVE_ALLOCA_H 1
00049 #define HAVE_STDLIB_H 1
00050 #define HAVE_TIME_H 1
00051 #define HAVE_UTIME_H 1
00052 #define HAVE_SYS_TIME_H 1
00053 #define HAVE_SYS_UTIME_H 1
00054
00055 #define TIME_WITH_SYS_TIME 1
00056
00057 #define HAVE_ALARM 1
00058 #define HAVE_FTRUNCATE 1
00059 #define HAVE_UTIME 1
00060 #define HAVE_SETVBUF 1
00061 #define HAVE_STRFTIME 1
00062 #define HAVE_INET_ADDR 1
00063 #define HAVE_MEMCPY 1
00064 #define HAVE_SELECT 1
00065 #define HAVE_SOCKET 1
00066 #define HAVE_STRUCT_TIMEVAL 1
00067
00068 #define HAVE_SIGACTION 1
00069 #define HAVE_SIGNAL_H 1
00070 #define HAVE_SIG_ATOMIC_T 1
00071
00072 #ifdef MACOS_SSL_SUPPORT
00073 # define USE_OPENSSL 1
00074 #endif
00075
00076 #define CURL_DISABLE_LDAP 1
00077
00078 #define HAVE_RAND_STATUS 1
00079 #define HAVE_RAND_EGD 1
00080
00081 #define HAVE_IOCTL 1
00082 #define HAVE_IOCTL_FIONBIO 1
00083
00084 #define RETSIGTYPE void
00085
00086 #define SIZEOF_INT 4
00087 #define SIZEOF_SHORT 2
00088 #define SIZEOF_SIZE_T 4
00089
00090 #define HAVE_GETNAMEINFO 1
00091 #define GETNAMEINFO_QUAL_ARG1 const
00092 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
00093 #define GETNAMEINFO_TYPE_ARG2 socklen_t
00094 #define GETNAMEINFO_TYPE_ARG46 size_t
00095 #define GETNAMEINFO_TYPE_ARG7 int
00096
00097 #define HAVE_RECV 1
00098 #define RECV_TYPE_ARG1 int
00099 #define RECV_TYPE_ARG2 void *
00100 #define RECV_TYPE_ARG3 size_t
00101 #define RECV_TYPE_ARG4 int
00102 #define RECV_TYPE_RETV ssize_t
00103
00104 #define HAVE_RECVFROM 1
00105 #define RECVFROM_TYPE_ARG1 int
00106 #define RECVFROM_TYPE_ARG2 void
00107 #define RECVFROM_TYPE_ARG3 size_t
00108 #define RECVFROM_TYPE_ARG4 int
00109 #define RECVFROM_TYPE_ARG5 struct sockaddr
00110 #define RECVFROM_TYPE_ARG6 int
00111 #define RECVFROM_TYPE_RETV ssize_t
00112 #define RECVFROM_TYPE_ARG2_IS_VOID 1
00113
00114 #define HAVE_SEND 1
00115 #define SEND_TYPE_ARG1 int
00116 #define SEND_QUAL_ARG2 const
00117 #define SEND_TYPE_ARG2 void *
00118 #define SEND_TYPE_ARG3 size_T
00119 #define SEND_TYPE_ARG4 int
00120 #define SEND_TYPE_RETV ssize_t
00121
00122 #define HAVE_EXTRA_STRICMP_H 1
00123 #define HAVE_EXTRA_STRDUP_H 1
00124
00125 #endif