Home
last modified time | relevance | path

Searched refs:USE_MANUAL (Results 1 – 19 of 19) sorted by relevance

/third_party/curl/src/
Dtool_hugehelp.h28 #ifdef USE_MANUAL
Dtool_msgs.c132 #ifdef USE_MANUAL in helpf()
DMakefile.am111 if USE_MANUAL
Dtool_hugehelp.c6 #ifdef USE_MANUAL
7620 #ifdef USE_MANUAL
Dtool_getparam.c2399 #ifndef USE_MANUAL in getparameter()
/third_party/curl/lib/
Dconfig-mac.h43 #define USE_MANUAL 1 macro
Dconfig-amigaos.h71 #define USE_MANUAL 1 macro
Dconfig-dos.h44 #define USE_MANUAL 1 macro
Dconfig-plan9.h139 #define USE_MANUAL 1 macro
Dconfig-riscos.h43 #define USE_MANUAL macro
Dconfig-win32.h510 #define USE_MANUAL 1 macro
Dcurl_config.h.in864 #undef USE_MANUAL
/third_party/curl/customized/include/
Dcurl_config_standard_http3.h994 #define USE_MANUAL 1 macro
Dcurl_config_standard.h993 #define USE_MANUAL 1 macro
/third_party/curl/
Dbuildconf.bat221 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
Dconfigure.ac1013 USE_MANUAL="1"
1017 USE_MANUAL="1"
1019 dnl The actual use of the USE_MANUAL variable is done much later in this
3787 USE_MANUAL="no";
3794 if test "$USE_MANUAL" = "1"; then
3795 AC_DEFINE(USE_MANUAL, 1, [If you want to build curl with the built-in manual]) definition
3800 AM_CONDITIONAL(USE_MANUAL, test x"$USE_MANUAL" = x1) condition
DRELEASE-NOTES42 o cmake: when USE_MANUAL=YES, build the curl.1 man page [113]
Dconfigure22623 USE_MANUAL="1"
22629 USE_MANUAL="1"
43994 USE_MANUAL="no";
43998 if test "$USE_MANUAL" = "1"; then
44005 if test x"$USE_MANUAL" = x1; then
DCHANGES416 - drop support for existing CMake-level `USE_MANUAL` option to avoid
677 (`USE_MANUAL=ON` option worked for this instead, by accident).
690 - cmake: when USE_MANUAL=YES, build the curl.1 man page