diff options
author | roberto <roberto@FreeBSD.org> | 2008-08-17 17:37:33 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2008-08-17 17:37:33 +0000 |
commit | 4ded1c1fa0bc21c61f91a2dbe864835986745121 (patch) | |
tree | 16d100fbc9dae63888d48b464e471ba0e5065193 /contrib/ntp/include/ascii.h | |
parent | 8b5a86d4fda08a9c68231415812edcb26be52f79 (diff) | |
download | FreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.zip FreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.tar.gz |
Flatten the dist and various 4.n.n trees in preparation of future ntp imports.
Diffstat (limited to 'contrib/ntp/include/ascii.h')
-rw-r--r-- | contrib/ntp/include/ascii.h | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/contrib/ntp/include/ascii.h b/contrib/ntp/include/ascii.h deleted file mode 100644 index c679362..0000000 --- a/contrib/ntp/include/ascii.h +++ /dev/null @@ -1,61 +0,0 @@ -/* - * /src/NTP/ntp-4/include/ascii.h,v 4.1 1998/07/11 10:05:22 kardel RELEASE_19990228_A - * - * $Created: Sun Jul 20 11:42:53 1997 $ - * - * Copyright (C) 1997 by Frank Kardel - */ -#ifndef ASCII_H -#define ASCII_H - -/* - * just name the common ASCII control codes - */ -#define NUL 0 -#define SOH 1 -#define STX 2 -#define ETX 3 -#define EOT 4 -#define ENQ 5 -#define ACK 6 -#define BEL 7 -#define BS 8 -#define HT 9 -#define NL 10 -#define VT 11 -#define NP 12 -#define CR 13 -#define SO 14 -#define SI 15 -#define DLE 16 -#define DC1 17 -#define DC2 18 -#define DC3 19 -#define DC4 20 -#define NAK 21 -#define SYN 22 -#define ETB 23 -#define CAN 24 -#define EM 25 -#define SUB 26 -#define ESC 27 -#define FS 28 -#define GS 29 -#define RS 30 -#define US 31 -#define SP 32 -#define DEL 127 - -#endif -/* - * ascii.h,v - * Revision 4.1 1998/07/11 10:05:22 kardel - * Release 4.0.73d reconcilation - * - * Revision 4.0 1998/04/10 19:50:38 kardel - * Start 4.0 release version numbering - * - * Revision 4.0 1998/04/10 19:50:38 kardel - * Start 4.0 release version numbering - * - */ |