Fix a serious bug in the NTPD loopfilter. Basically what happens is that
[dragonfly.git] / contrib / ntp / include / ascii.h
1 /*
2  * /src/NTP/ntp-4/include/ascii.h,v 4.1 1998/07/11 10:05:22 kardel RELEASE_19990228_A
3  *
4  * $Created: Sun Jul 20 11:42:53 1997 $
5  *
6  * Copyright (C) 1997 by Frank Kardel
7  */
8 #ifndef ASCII_H
9 #define ASCII_H
10
11 /*
12  * just name the common ASCII control codes
13  */
14 #define NUL       0
15 #define SOH       1
16 #define STX       2
17 #define ETX       3
18 #define EOT       4
19 #define ENQ       5
20 #define ACK       6
21 #define BEL       7
22 #define BS        8
23 #define HT        9
24 #define NL       10
25 #define VT       11
26 #define NP       12
27 #define CR       13
28 #define SO       14
29 #define SI       15
30 #define DLE      16
31 #define DC1      17
32 #define DC2      18
33 #define DC3      19
34 #define DC4      20
35 #define NAK      21
36 #define SYN      22
37 #define ETB      23
38 #define CAN      24
39 #define EM       25
40 #define SUB      26
41 #define ESC      27
42 #define FS       28
43 #define GS       29
44 #define RS       30
45 #define US       31
46 #define SP       32
47 #define DEL     127
48
49 #endif
50 /*
51  * ascii.h,v
52  * Revision 4.1  1998/07/11 10:05:22  kardel
53  * Release 4.0.73d reconcilation
54  *
55  * Revision 4.0  1998/04/10 19:50:38  kardel
56  * Start 4.0 release version numbering
57  *
58  * Revision 4.0  1998/04/10 19:50:38  kardel
59  * Start 4.0 release version numbering
60  *
61  */