8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 08:03:03 +01:00

Comment obsolete architectures.

This commit is contained in:
robocop 2009-08-18 12:56:00 +00:00
parent 156d3d4c64
commit 6a521a72b2

View File

@ -114,40 +114,40 @@ they will be turned off once SCROLLABLE_CURSORS is turned on.
enum P_ARCH
{
arch_generic = 1, // Generic -- always use canonical forms
arch_apollo = 2,
//arch_apollo = 2,
arch_sun = 3,
arch_vms = 4,
arch_ultrix = 5,
arch_alliant = 6,
arch_msdos = 7,
//arch_vms = 4,
//arch_ultrix = 5,
//arch_alliant = 6,
//arch_msdos = 7,
arch_sun4 = 8,
arch_sunx86 = 9,
arch_hpux = 10,
arch_hpmpexl = 11,
arch_mac = 12,
arch_macaux = 13,
//arch_hpmpexl = 11,
//arch_mac = 12,
//arch_macaux = 13,
arch_rt = 14,
arch_mips_ultrix = 15,
arch_hpux_68k = 16,
arch_xenix = 17,
arch_aviion = 18,
arch_sgi = 19,
arch_apollo_dn10k = 20,
arch_cray = 21,
arch_imp = 22,
arch_delta = 23,
arch_sco = 24,
arch_next = 25,
arch_next_386 = 26,
arch_m88k = 27,
arch_unixware = 28,
//arch_mips_ultrix = 15,
//arch_hpux_68k = 16,
//arch_xenix = 17,
//arch_aviion = 18,
//arch_sgi = 19,
//arch_apollo_dn10k = 20,
//arch_cray = 21,
//arch_imp = 22,
//arch_delta = 23,
//arch_sco = 24,
//arch_next = 25,
//arch_next_386 = 26,
//arch_m88k = 27,
//arch_unixware = 28,
arch_intel_32 = 29, // generic Intel chip w/32-bit compilation
arch_epson = 30,
arch_decosf = 31,
arch_ncr3000 = 32,
arch_nt_ppc = 33,
arch_dg_x86 = 34,
arch_sco_ev = 35,
//arch_epson = 30,
//arch_decosf = 31,
//arch_ncr3000 = 32,
//arch_nt_ppc = 33,
//arch_dg_x86 = 34,
//arch_sco_ev = 35,
arch_linux = 36,
arch_freebsd = 37,
arch_netbsd = 38,