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

  /external/libxml2/os400/
initscript.sh 74 setenv WITH_HTTP 1 # Compile HTTP support.
268 -e "s#@WITH_HTTP@#${WITH_HTTP}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 186 #if @WITH_HTTP@
  /external/libxml2/win32/
configure.js 231 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
312 } else if (s.search(/\@WITH_HTTP\@/) != -1) {
313 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));

Completed in 84 milliseconds