mirror of
https://github.com/curl/curl.git
synced 2026-06-20 20:45:38 +03:00
parent
9accb9a5be
commit
ee52bead4d
4 changed files with 78 additions and 0 deletions
|
|
@ -383,6 +383,12 @@
|
|||
/* Define to 1 if you have the `socket' library (-lsocket). */
|
||||
#cmakedefine HAVE_LIBSOCKET 1
|
||||
|
||||
/* Define to 1 if you have the `psl' library (-lpsl). */
|
||||
#cmakedefine HAVE_LIBPSL 1
|
||||
|
||||
/* Define to 1 if you have the <libpsl.h> header file. */
|
||||
#cmakedefine HAVE_LIBPSL_H 1
|
||||
|
||||
/* Define to 1 if you have the `ssh2' library (-lssh2). */
|
||||
#cmakedefine HAVE_LIBSSH2 1
|
||||
|
||||
|
|
@ -915,6 +921,9 @@ ${SIZEOF_TIME_T_CODE}
|
|||
/* if libSSH2 is in use */
|
||||
#cmakedefine USE_LIBSSH2 1
|
||||
|
||||
/* if libPSL is in use */
|
||||
#cmakedefine USE_LIBPSL 1
|
||||
|
||||
/* If you want to build curl with the built-in manual */
|
||||
#cmakedefine USE_MANUAL 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue