-
Notifications
You must be signed in to change notification settings - Fork 8
/
curl.fbfrog
66 lines (58 loc) · 1.62 KB
/
curl.fbfrog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-replacements curl.replacements
-inclib curl
-removeinclude sys/types.h
-removeinclude sys/socket.h
-removeinclude sys/time.h
-removeinclude sys/select.h
-removeinclude time.h
-removeinclude winsock2.h
-removeinclude ws2tcpip.h
-removeinclude typecheck-gcc.h
-removeinclude osreldate.h
-removeinclude windows.h
-addinclude crt/sys/types.bi
-addinclude crt/time.bi
-iftarget windows
-addinclude win/winsock2.bi
-addinclude win/ws2tcpip.bi
-else
-addinclude crt/sys/socket.bi
-addinclude crt/sys/select.bi
-endif
-renametypedef CURLMSG CURLMSG_
-renameproc curl_multi_socket curl_multi_socket_
-removedefine __has_declspec_attribute
-removedefine CURL_DID_MEMORY_FUNC_TYPEDEFS
-removedefine CFINIT
-removedefine CINIT
-removedefine CurlchkszEQ
-removedefine CurlchkszGE
-removedefine CURL_EXTERN
-removedefine CURL_PULL_INTTYPES_H
-removedefine CURL_PULL_STDINT_H
-removedefine CURL_PULL_SYS_POLL_H
-removedefine CURL_PULL_SYS_SOCKET_H
-removedefine CURL_PULL_SYS_TYPES_H
-removedefine CURL_PULL_WS2TCPIP_H
-removedefine CURL_TYPEOF_CURL_OFF_T
-removedefine CURL_TYPEOF_CURL_SOCKLEN_T
-removedefine CURL_WIN32
-noexpand CURLOPTTYPE_LONG
-noexpand CURLOPTTYPE_OBJECTPOINT
-noexpand CURLOPTTYPE_FUNCTIONPOINT
-noexpand CURLOPTTYPE_OFF_T
-noexpand CURLOPTTYPE_BLOB
-noexpand CURLINFO_STRING
-noexpand CURLINFO_LONG
-noexpand CURLINFO_DOUBLE
-noexpand CURLINFO_SLIST
-noexpand CURLINFO_PTR
-noexpand CURLINFO_SOCKET
-noexpand CURLINFO_OFF_T
-removedefine curl_easy_setopt
-removedefine curl_easy_getinfo
-removedefine curl_share_setopt
-removedefine curl_multi_setopt
-addforwarddecl curl_pushheaders
-addforwarddecl curl_mime
-addforwarddecl curl_mimepart