sunx86-59-sysname-id-20040324
[openafs.git] / src / config / afs_sysnames.h
index a89a125..9a343d8 100644 (file)
@@ -5,6 +5,8 @@
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
+ *
+ * Portions Copyright (c) 2003 Apple Computer, Inc.
  */
 
 /*
@@ -25,7 +27,7 @@
 
 #define        SYS_NAME_ID_UNDEFINED              0
 
-       
+
 #define SYS_NAME_ID_aux_10              200
 
 #define SYS_NAME_ID_pmax_ul4            305
 #define SYS_NAME_ID_hp_ux102            414
 #define SYS_NAME_ID_hp_ux110            415
 #define SYS_NAME_ID_hp_ux11i             416
-#define SYS_NAME_ID_hp_ux1122            417
+#define SYS_NAME_ID_ia64_hpux1122               417
+#define SYS_NAME_ID_ia64_hpux1123               418
 
-#define SYS_NAME_ID_mac2_51             500    
+#define SYS_NAME_ID_mac2_51             500
 #define SYS_NAME_ID_mac_aux10           501
 #define SYS_NAME_ID_mac_mach51          502
 #define SYS_NAME_ID_ppc_darwin_12        503
 #define SYS_NAME_ID_ppc_darwin_13        504
 #define SYS_NAME_ID_ppc_darwin_14        505
 #define SYS_NAME_ID_ppc_darwin_60        506
+#define SYS_NAME_ID_ppc_darwin_70        507
 
 #define SYS_NAME_ID_next_mach20                 601
 #define SYS_NAME_ID_next_mach30                 602
@@ -62,6 +66,7 @@
 #define SYS_NAME_ID_rs_aix42            703
 #define SYS_NAME_ID_rs_aix51            704
 #define SYS_NAME_ID_rs_aix43            705
+#define SYS_NAME_ID_rs_aix52            706
 
 #define SYS_NAME_ID_sun3_411            906
 #define SYS_NAME_ID_sun3x_411           912
@@ -92,6 +97,7 @@
    they won't allocate sunx86 IDs at all. So leave a gap and pray. */
 #define SYS_NAME_ID_sunx86_57            950
 #define SYS_NAME_ID_sunx86_58            951
+#define SYS_NAME_ID_sunx86_59            952
 
 #define SYS_NAME_ID_vax_ul4            1003
 #define SYS_NAME_ID_vax_ul40           1004
 #define SYS_NAME_ID_i386_fbsd_45        2103
 #define SYS_NAME_ID_i386_fbsd_46        2103
 #define SYS_NAME_ID_i386_fbsd_47        2104
+#define SYS_NAME_ID_i386_fbsd_50        2105
+#define SYS_NAME_ID_i386_fbsd_51        2106
+#define SYS_NAME_ID_i386_fbsd_52        2107
 
 #define SYS_NAME_ID_ia64_linux2                2200
 #define SYS_NAME_ID_ia64_linux22       2201
 #define SYS_NAME_ID_alpha_nbsd16       2511
 #define SYS_NAME_ID_sparc_nbsd16       2512
 #define SYS_NAME_ID_sparc64_nbsd16     2513
+#define SYS_NAME_ID_macppc_nbsd16      2514
 
 #define SYS_NAME_ID_i386_nbsd20                2520
 #define SYS_NAME_ID_alpha_nbsd20       2521
 #define SYS_NAME_ID_sparc_nbsd20       2522
 #define SYS_NAME_ID_sparc64_nbsd20     2523
+#define SYS_NAME_ID_macppc_nbsd20      2524
 
 #define SYS_NAME_ID_i386_obsd31                2600
 #define SYS_NAME_ID_i386_obsd32                2601
+#define SYS_NAME_ID_i386_obsd33                2602
+#define SYS_NAME_ID_i386_obsd34                2603
+#define SYS_NAME_ID_i386_obsd35                2604
+
+#define SYS_NAME_ID_amd64_linux2        2700
+#define SYS_NAME_ID_amd64_linux22       2701
+#define SYS_NAME_ID_amd64_linux24       2702
+
+#define SYS_NAME_ID_i386_umlinux2      2800
+#define SYS_NAME_ID_i386_umlinux22     2801
+#define SYS_NAME_ID_i386_umlinux24     2802
+
+#define SYS_NAME_ID_ppc64_linux2       2900
+#define SYS_NAME_ID_ppc64_linux22      2901
+#define SYS_NAME_ID_ppc64_linux24      2902
 
 /*
  * Placeholder to keep system-wide standard flags since this file is included by all 
  * files (i.e in afs/param.h)
  */
-#ifdef notdef  
+#ifdef notdef
 /* Should be enabled by src sites that are compiling afs in a kerberos environment
  * (i.e. use their headers and libs) and want to use the realm-related kerberos code
  */
-#define        AFS_ATHENA_STDENV               1   
+#define        AFS_ATHENA_STDENV               1
 #endif
 #ifdef AFS_ATHENA_STDENV
 /* So that they don't get our own version of the kerb-related function  in libutil.a */
 /* Should be enabled by src sites that are compiling afs without the kerb headers/libs
  * but want to use the kerberos realm-related code
  */
-#define        AFS_KERBREALM_ENV       1   
+#define        AFS_KERBREALM_ENV       1
 #ifdef AFS_KERBREALM_ENV
 #define        AFS_REALM_SZ            64
 #endif