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

  /external/libxml2/os400/
initscript.sh 87 setenv WITH_DEBUG 1 # Compile debugging module.
306 -e "s#@WITH_DEBUG@#${WITH_DEBUG}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 303 #if @WITH_DEBUG@
  /external/libxml2/win32/
configure.js 244 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
338 } else if (s.search(/\@WITH_DEBUG\@/) != -1) {
339 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));

Completed in 1002 milliseconds