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

  /external/libxml2/os400/
initscript.sh 91 setenv WITH_SCHEMAS 1 # Compile schema validation interface.
285 -e "s#@WITH_SCHEMAS@#${WITH_SCHEMAS}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 357 #if @WITH_SCHEMAS@
366 #if @WITH_SCHEMAS@
  /external/libxml2/win32/
configure.js 247 vf.WriteLine("WITH_SCHEMAS=" + (withSchemas? "1" : "0"));
344 } else if (s.search(/\@WITH_SCHEMAS\@/) != -1) {
345 of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/, withSchemas? "1" : "0"));

Completed in 1485 milliseconds