From ef64b99e8412f2273dd2e8b3291c2f78ffc4667f Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 9 Dec 1999 13:01:21 +0000 Subject: Virgin import of ntpd 4.0.98f --- contrib/ntp/README.hackers | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contrib/ntp/README.hackers (limited to 'contrib/ntp/README.hackers') diff --git a/contrib/ntp/README.hackers b/contrib/ntp/README.hackers new file mode 100644 index 0000000..230cd32 --- /dev/null +++ b/contrib/ntp/README.hackers @@ -0,0 +1,25 @@ +Notes to hackers. + +--- + +Dave likes this code indented formatted in a consistent way. +The file "dot.emacs" has the emacs C-mode indentation style that Dave likes. + +--- + +NTP4 uses ANSI C. Some folks are blessed with a pre-ansi C compiler. We +support them by using "ansi2knr" in the Makefiles, which is automatically +detected and selected by the configure process. + +For ansi2knr to work, we MUST define functions as follows: + +type stuff +function_name ( actual parameters ) + +While the whitespace is optional, the function name MUST start at column 0. + +--- + +We'd like to see *all* system function declarations live in include/l_stdlib.h +and NEVER appear in the .c files. + -- cgit v1.1