openbsd35-20031009
[openafs.git] / src / config / afs_sysnames.h
index fd93d52..eece058 100644 (file)
@@ -7,10 +7,6 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#define SYS_NAME_ID_i386_umlinux2      2700
-#define SYS_NAME_ID_i386_umlinux22     2701
-#define SYS_NAME_ID_i386_umlinux24     2702
-
 /*
  * File: afs_sysnames.h
  *
@@ -29,7 +25,7 @@
 
 #define        SYS_NAME_ID_UNDEFINED              0
 
-       
+
 #define SYS_NAME_ID_aux_10              200
 
 #define SYS_NAME_ID_pmax_ul4            305
@@ -50,7 +46,7 @@
 #define SYS_NAME_ID_hp_ux11i             416
 #define SYS_NAME_ID_ia64_hpux1122               417
 
-#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
@@ -66,6 +62,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
 #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_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
+
 /*
  * 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