Changeset 87153 in vbox
- Timestamp:
- Jan 1, 2021 9:00:52 PM (4 years ago)
- Location:
- trunk/src/libs/curl-7.64.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/curl-7.64.0/VBOX-README
r85671 r87153 4 4 lib/config.h can be generated by using the following configure statement: 5 5 6 ./configure --enable-http --enable-ftp --enable-file --enable-proxy --enable-thread--enable-nonblocking --enable-verbose --disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-sspi --enable-crypto-auth --enable-cookies --without-libssh2 --without-nss --without-libidn --without-ca-path --without-gnutls6 ./configure --enable-http --enable-ftp --enable-file --enable-proxy --disable-pthreads --enable-nonblocking --enable-verbose --disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-sspi --enable-crypto-auth --enable-cookies --without-libssh2 --without-nss --without-libidn --without-ca-path --without-gnutls 7 7 8 8 On Windows-x86 the file lib/config-win32.h has been used as an initial template. -
trunk/src/libs/curl-7.64.0/config.h.darwin.arm64
r87143 r87153 985 985 986 986 /* if you want POSIX threaded DNS lookup */ 987 #define USE_THREADS_POSIX 1 987 /* #undef USE_THREADS_POSIX */ 988 988 989 989 /* if you want Win32 threaded DNS lookup */
Note:
See TracChangeset
for help on using the changeset viewer.