Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ntp / include / copyright.def
blobccc3e91cf215e690341aa07c5aeb1764d0041406
1 /* -*- Mode: Text -*- */
3 copyright = {
4 date = "1970-2009";
5 owner = "David L. Mills and/or others";
6 eaddr = "http://bugs.ntp.org, bugs@ntp.org";
7 type = note;
8 text = "see html/copyright.html";
9 };
11 long-opts;
12 config-header = config.h;
13 environrc;
15 version = `
16 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
17 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
18 echo $VERSION`;