File: rrdtool-bin.inc.in

package info (click to toggle)
php-rrd 2.0.3%2B1.1.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 496 kB
  • sloc: ansic: 2,447; xml: 665; makefile: 58; php: 3
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
<?php
$rrdtool_bin = "@RRDTOOL_BIN@";
if ($rrdtool_bin == "no") {
	die("skip rrdtool binary isn't defined");
}
?>