Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_msgs.c95 #ifdef USE_MANUAL in helpf()
DMakefile.am98 if USE_MANUAL
DCMakeLists.txt3 if(USE_MANUAL)
Dtool_getparam.c1497 #ifdef USE_MANUAL in getparameter()
/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.h921 #define USE_MANUAL 1 macro
Dconfig-riscos.h42 #define USE_MANUAL macro
Dconfig-win32.h728 #define USE_MANUAL 1 macro
Dcurl_config.h.cmake901 #cmakedefine USE_MANUAL 1
/external/curl/
DCMakeLists.txt204 unset(USE_MANUAL CACHE) # TODO: cache NROFF/NROFF_MANOPT/USE_MANUAL vars?
220 set(USE_MANUAL 1) variable
226 if(NOT USE_MANUAL)
Dconfigure.ac632 USE_MANUAL="1"
636 USE_MANUAL="1"
638 dnl The actual use of the USE_MANUAL variable is done much later in this
3181 USE_MANUAL="no";
3188 if test "$USE_MANUAL" = "1"; then
3189 AC_DEFINE(USE_MANUAL, 1, [If you want to build curl with the built-in manual]) definition
3194 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.
/external/curl/projects/
Dgenerate.bat413 echo #ifdef USE_MANUAL>> ..\src\tool_hugehelp.c