/* -*- Mode: Text -*- */ copyright = { date = "1970-2006"; owner = "ntp.org"; eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org"; type = note; text = "see html/copyright.html"; }; #ifndef __windows__ rcfile = ".ntprc"; #else rcfile = "ntp.ini"; #endif homerc = $HOME, "."; long-opts; config-header = config.h; environrc; version = ` eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\` [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid echo $VERSION`;