Home
last modified time | relevance | path

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

/external/curl/lib/
Dconfig-mac.h34 #define USE_MANUAL 1 macro
Dconfig-amigaos.h94 #define USE_MANUAL 1 macro
Dconfig-vxworks.h878 #define USE_MANUAL 1 macro
Dcurl_config.h940 #define USE_MANUAL 1 macro
Dconfig-riscos.h42 #define USE_MANUAL macro
Dconfig-win32.h730 #define USE_MANUAL 1 macro
Dcurl_config.h.cmake925 #cmakedefine USE_MANUAL 1
/external/curl/src/
Dtool_msgs.c116 #ifdef USE_MANUAL in helpf()
DMakefile.am101 if USE_MANUAL
DCMakeLists.txt3 if(USE_MANUAL)
Dtool_getparam.c1522 #ifdef USE_MANUAL in getparameter()
/external/curl/
DCMakeLists.txt192 unset(USE_MANUAL CACHE) # TODO: cache NROFF/NROFF_MANOPT/USE_MANUAL vars?
208 set(USE_MANUAL 1) variable
214 if(NOT USE_MANUAL)
Dbuildconf.bat242 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
Dconfigure.ac635 USE_MANUAL="1"
639 USE_MANUAL="1"
641 dnl The actual use of the USE_MANUAL variable is done much later in this
3369 USE_MANUAL="no";
3376 if test "$USE_MANUAL" = "1"; then
3377 AC_DEFINE(USE_MANUAL, 1, [If you want to build curl with the built-in manual]) definition
3382 AM_CONDITIONAL(USE_MANUAL, test x"$USE_MANUAL" = x1) condition
DCHANGES.09086 make the problems with USE_MANUAL on windows go away.
9158 do I guess). It now uses the USE_MANUAL define properly.