1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
//! Constants defined in RFC 1700
//!
//! * [RFC 1700](https://www.ietf.org/rfc/rfc1700.txt)

#![no_std]

/// System name constants.
pub mod system
{
    pub const AEGIS: &'static str = "AEGIS";
    pub const AMIGA_OS_1_2: &'static str = "AMIGA-OS-1.2";
    pub const AMIGA_OS_1_3: &'static str = "AMIGA-OS-1.3";
    pub const AMIGA_OS_2_0: &'static str = "AMIGA-OS-2.0";
    pub const AMIGA_OS_2_1: &'static str = "AMIGA-OS-2.1";
    pub const AMIGA_OS_3_0: &'static str = "AMIGA-OS-3.0";
    pub const AMIGA_OS_3_1: &'static str = "AMIGA-OS-3.1";
    pub const APOLLO: &'static str = "APOLLO";
    pub const AIX_370: &'static str = "AIX/370";
    pub const AIX_PS_2: &'static str = "AIX-PS/2";
    pub const BS_2000: &'static str = "BS-2000";
    pub const CEDAR: &'static str = "CEDAR";
    pub const CGW: &'static str = "CGW";
    pub const CHORUS: &'static str = "CHORUS";
    pub const CHRYSALIS: &'static str = "CHRYSALIS";
    pub const CMOS: &'static str = "CMOS";
    pub const CMS: &'static str = "CMS";
    pub const COS: &'static str = "COS";
    pub const CPIX: &'static str = "CPIX";
    pub const CTOS: &'static str = "CTOS";
    pub const CTSS: &'static str = "CTSS";
    pub const DCN: &'static str = "DCN";
    pub const DDNOS: &'static str = "DDNOS";
    pub const DOMAIN: &'static str = "DOMAIN";
    pub const DOS: &'static str = "DOS";
    pub const EDX: &'static str = "EDX";
    pub const ELF: &'static str = "ELF";
    pub const EMBOS: &'static str = "EMBOS";
    pub const EMMOS: &'static str = "EMMOS";
    pub const EPOS: &'static str = "EPOS";
    pub const FOONEX: &'static str = "FOONEX";
    pub const FORTH: &'static str = "FORTH";
    pub const FUZZ: &'static str = "FUZZ";
    pub const GCOS: &'static str = "GCOS";
    pub const GPOS: &'static str = "GPOS";
    pub const HDOS: &'static str = "HDOS";
    pub const IMAGEN: &'static str = "IMAGEN";
    pub const INTERCOM: &'static str = "INTERCOM";
    pub const IMPRESS: &'static str = "IMPRESS";
    pub const INTERLISP: &'static str = "INTERLISP";
    pub const IOS: &'static str = "IOS";
    pub const IRIX: &'static str = "IRIX";
    pub const ISI_68020: &'static str = "ISI-68020";
    pub const ITS: &'static str = "ITS";
    pub const LISP: &'static str = "LISP";
    pub const LISPM: &'static str = "LISPM";
    pub const LOCUS: &'static str = "LOCUS";
    pub const MACOS: &'static str = "MACOS";
    pub const MINOS: &'static str = "MINOS";
    pub const MOS: &'static str = "MOS";
    pub const MPE5: &'static str = "MPE5";
    pub const MPE_V: &'static str = "MPE/V";
    pub const MPE_IX: &'static str = "MPE/IX";
    pub const MSDOS: &'static str = "MSDOS";
    pub const MULTICS: &'static str = "MULTICS";
    pub const MUSIC: &'static str = "MUSIC";
    pub const MUSIC_SP: &'static str = "MUSIC/SP";
    pub const MVS: &'static str = "MVS";
    pub const MVS_SP: &'static str = "MVS/SP";
    pub const NEXUS: &'static str = "NEXUS";
    pub const NMS: &'static str = "NMS";
    pub const NONSTOP: &'static str = "NONSTOP";
    pub const NOS_2: &'static str = "NOS-2";
    pub const NTOS: &'static str = "NTOS";
    pub const OPENVMS: &'static str = "OPENVMS";
    pub const OS_DDP: &'static str = "OS/DDP";
    pub const OS_2: &'static str = "OS/2";
    pub const OS4: &'static str = "OS4";
    pub const OS86: &'static str = "OS86";
    pub const OSX: &'static str = "OSX";
    pub const PCDOS: &'static str = "PCDOS";
    pub const PERQ_OS: &'static str = "PERQ/OS";
    pub const PLI: &'static str = "PLI";
    pub const PSDOS_MIT: &'static str = "PSDOS/MIT";
    pub const PRIMOS: &'static str = "PRIMOS";
    pub const RMX_RDOS: &'static str = "RMX/RDOS";
    pub const ROS: &'static str = "ROS";
    pub const RSX11M: &'static str = "RSX11M";
    pub const RTE_A: &'static str = "RTE-A";
    pub const SATOPS: &'static str = "SATOPS";
    pub const SCO_OPEN_DESKTOP_1_0: &'static str = "SCO_OPEN_DESKTOP_1_0";
    pub const SCO_OPEN_DESKTOP_1_1: &'static str = "SCO_OPEN_DESKTOP_1_1";
    pub const SCO_OPEN_DESKTOP_2_0POS: &'static str = "SCO_OPEN_DESKTOP_2_0POS";
    pub const SCO_OPEN_DESKTOP_3_0: &'static str = "SCO_OPEN_DESKTOP_3_0";
    pub const SCO_OPEN_DESKTOP_LITE_3_0: &'static str = "SCO_OPEN_DESKTOP_LITE_3_0";
    pub const SCO_OPEN_SERVER_3_0: &'static str = "SCO_OPEN_SERVER_3_0";
    pub const SCO_UNIX_3_2_0: &'static str = "SCO_UNIX_3_2_0";
    pub const SCO_UNIX_3_2V2_0: &'static str = "SCO_UNIX_3_2V2_0";
    pub const SCO_UNIX_3_2V2_1: &'static str = "SCO_UNIX_3_2V2_1";
    pub const SCO_UNIX_3_2V4_0: &'static str = "SCO_UNIX_3_2V4_0";
    pub const SCO_UNIX_3_2V4_1: &'static str = "SCO_UNIX_3_2V4_1";
    pub const SCO_UNIX_3_2V4_2: &'static str = "SCO_UNIX_3_2V4_2";
    pub const SCO_XENIX_386_2_3_2: &'static str = "SCO_XENIX_386_2_3_2";
    pub const SCO_XENIX_386_2_3_3: &'static str = "SCO_XENIX_386_2_3_3";
    pub const SCO_XENIX_386_2_3_4: &'static str = "SCO_XENIX_386_2_3_4";
    pub const SCS: &'static str = "SCS";
    pub const SIMP: &'static str = "SIMP";
    pub const SUN: &'static str = "SUN";
    pub const SUN_OS_3_5: &'static str = "SUN-OS-3.5";
    pub const SUN_OS_4_0: &'static str = "SUN-OS-4.0";
    pub const SWIFT: &'static str = "SWIFT";
    pub const TAC: &'static str = "TAC";
    pub const TANDEM: &'static str = "TANDEM";
    pub const TENEX: &'static str = "TENEX";
    pub const THE_MAJOR_BBS: &'static str = "THE-MAJOR-BBS";
    pub const TOPS10: &'static str = "TOPS10";
    pub const TOPS20: &'static str = "TOPS20";
    pub const TOS: &'static str = "TOS";
    pub const TP3010: &'static str = "TP3010";
    pub const TRSDOS: &'static str = "TRSDOS";
    pub const ULTRIX: &'static str = "ULTRIX";
    pub const UNIX: &'static str = "UNIX";
    pub const UNIX_BSD: &'static str = "UNIX-BSD";
    pub const UNIX_V1AT: &'static str = "UNIX-V1AT";
    pub const UNIX_V: &'static str = "UNIX-V";
    pub const UNIX_V_1: &'static str = "UNIX-V.1";
    pub const UNIX_V_2: &'static str = "UNIX-V.2";
    pub const UNIX_V_3: &'static str = "UNIX-V.3";
    pub const UNIX_PC: &'static str = "UNIX-PC";
    pub const UNKNOWN: &'static str = "UNKNOWN";
    pub const UT2D: &'static str = "UT2D";
    pub const V: &'static str = "V";
    pub const VM: &'static str = "VM";
    pub const VM_370: &'static str = "VM/370";
    pub const VM_CMS: &'static str = "VM/CMS";
    pub const VM_SP: &'static str = "VM/SP";
    pub const VMS: &'static str = "VMS";
    pub const VMS_EUNICE: &'static str = "VMS/EUNICE";
    pub const VRTX: &'static str = "VRTX";
    pub const WAITS: &'static str = "WAITS";
    pub const WANG: &'static str = "WANG";
    pub const WIN32: &'static str = "WIN32";
    pub const WYSE_WYXWARE: &'static str = "WYSE-WYXWARE";
    pub const X11R3: &'static str = "X11R3";
    pub const XDE: &'static str = "XDE";
    pub const XENIX: &'static str = "XENIX";
}