Searched refs:USE_MANUAL (Results 1 – 19 of 19) sorted by relevance
28 #ifdef USE_MANUAL
132 #ifdef USE_MANUAL in helpf()
111 if USE_MANUAL
6 #ifdef USE_MANUAL7620 #ifdef USE_MANUAL
2399 #ifndef USE_MANUAL in getparameter()
43 #define USE_MANUAL 1 macro
71 #define USE_MANUAL 1 macro
44 #define USE_MANUAL 1 macro
139 #define USE_MANUAL 1 macro
43 #define USE_MANUAL macro
510 #define USE_MANUAL 1 macro
864 #undef USE_MANUAL
994 #define USE_MANUAL 1 macro
993 #define USE_MANUAL 1 macro
221 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
1013 USE_MANUAL="1"1017 USE_MANUAL="1"1019 dnl The actual use of the USE_MANUAL variable is done much later in this3787 USE_MANUAL="no";3794 if test "$USE_MANUAL" = "1"; then3795 AC_DEFINE(USE_MANUAL, 1, [If you want to build curl with the built-in manual]) definition3800 AM_CONDITIONAL(USE_MANUAL, test x"$USE_MANUAL" = x1) condition
42 o cmake: when USE_MANUAL=YES, build the curl.1 man page [113]
22623 USE_MANUAL="1"22629 USE_MANUAL="1"43994 USE_MANUAL="no";43998 if test "$USE_MANUAL" = "1"; then44005 if test x"$USE_MANUAL" = x1; then
416 - drop support for existing CMake-level `USE_MANUAL` option to avoid677 (`USE_MANUAL=ON` option worked for this instead, by accident).690 - cmake: when USE_MANUAL=YES, build the curl.1 man page