HomeSort by relevance Sort by last modified time
    Searched refs:WITH_FTP (Results 1 - 3 of 3) sorted by null

  /external/libxml2/os400/
initscript.sh 73 setenv WITH_FTP 1 # Compile FTP support.
292 -e "s#@WITH_FTP@#${WITH_FTP}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 177 #if @WITH_FTP@
  /external/libxml2/win32/
configure.js 230 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
310 } else if (s.search(/\@WITH_FTP\@/) != -1) {
311 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));

Completed in 7280 milliseconds