Searched refs:USE_MANUAL (Results 1 – 15 of 15) sorted by relevance
34 #define USE_MANUAL 1 macro
89 #define USE_MANUAL 1 macro
770 #define USE_MANUAL 1 macro
191 #define USE_MANUAL 1 macro
993 #define USE_MANUAL 1 macro
42 #define USE_MANUAL macro
708 #define USE_MANUAL 1 macro
901 #cmakedefine USE_MANUAL 1
121 #ifdef USE_MANUAL in helpf()
104 if USE_MANUAL
24 if(USE_MANUAL)
1951 #ifdef USE_MANUAL in getparameter()
242 if(USE_MANUAL)243 …#nroff is currently only used when USE_MANUAL is set, so we can prevent the warning of no *NROFF i…253 set(USE_MANUAL ON) variable1323 if(USE_MANUAL)
219 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
897 USE_MANUAL="1"901 USE_MANUAL="1"903 dnl The actual use of the USE_MANUAL variable is done much later in this3357 USE_MANUAL="no";3364 if test "$USE_MANUAL" = "1"; then3365 AC_DEFINE(USE_MANUAL, 1, [If you want to build curl with the built-in manual]) definition3370 AM_CONDITIONAL(USE_MANUAL, test x"$USE_MANUAL" = x1) condition