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

  /external/libxml2/
xml2-config.in 81 echo @WITH_MODULES@
  /external/libxml2/os400/
initscript.sh 93 setenv WITH_MODULES 1 # Compile module interfaces.
287 -e "s#@WITH_MODULES@#${WITH_MODULES}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 384 #if @WITH_MODULES@
  /external/libxml2/win32/
configure.js 250 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
350 } else if (s.search(/\@WITH_MODULES\@/) != -1) {
351 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));

Completed in 1696 milliseconds