_acs_tcl__acs_tcl_external_dependencies_helper (private)

 _acs_tcl__acs_tcl_external_dependencies_helper

Defined in packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl

Testcases:
No testcase defined.
Source code:
    lappend required  [apm_gzip_cmd]  [apm_tar_cmd]  [image::identify_binary]  [image::convert_binary]  convert  curl  egrep  file  gzip  identify  tar

    lappend optional  [parameter::get -parameter "HtmlDocBin" -default "htmldoc"]  aspell  clamdscan  date  diff  dot  find  hostname  ispell  openssl  pdfinfo  qrencode  tail  tesseract  tidy  uptime  xargs  zdump

    if {[db_name] eq "PostgreSQL"} {
        #
        # On a Posgtgres-enabled installation, we also want psql.
        #
        lappend required [file join [db_get_pgbin] psql]
    }
    return [list required $required optional $optional]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: