Avoid redefinition errors for AFS_NONFSTRANS
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Mon, 28 Sep 2009 09:41:52 +0000 (11:41 +0200)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 28 Sep 2009 09:57:44 +0000 (02:57 -0700)
Some parts of the build provide -DAFS_NONFSTRANS on the command line.
This causes an error when the 'param' file redefines it. Fix this
by #undef ing the token before defining it.

Reviewed-on: http://gerrit.openafs.org/510
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

60 files changed:
src/config/param.alpha_nbsd15.h
src/config/param.alpha_nbsd16.h
src/config/param.amd64_fbsd_53.h
src/config/param.amd64_fbsd_70.h
src/config/param.amd64_fbsd_71.h
src/config/param.amd64_fbsd_80.h
src/config/param.i386_dfbsd_23.h
src/config/param.i386_fbsd_42.h
src/config/param.i386_fbsd_43.h
src/config/param.i386_fbsd_44.h
src/config/param.i386_fbsd_45.h
src/config/param.i386_fbsd_46.h
src/config/param.i386_fbsd_47.h
src/config/param.i386_fbsd_50.h
src/config/param.i386_fbsd_51.h
src/config/param.i386_fbsd_52.h
src/config/param.i386_fbsd_53.h
src/config/param.i386_fbsd_60.h
src/config/param.i386_fbsd_61.h
src/config/param.i386_fbsd_62.h
src/config/param.i386_fbsd_70.h
src/config/param.i386_fbsd_71.h
src/config/param.i386_fbsd_80.h
src/config/param.i386_nbsd15.h
src/config/param.i386_nbsd16.h
src/config/param.linux22.h
src/config/param.linux24.h
src/config/param.linux26.h
src/config/param.nbsd15.h
src/config/param.nbsd16.h
src/config/param.nbsd20.h
src/config/param.nbsd21.h
src/config/param.nbsd30.h
src/config/param.nbsd40.h
src/config/param.obsd31.h
src/config/param.obsd32.h
src/config/param.obsd33.h
src/config/param.obsd34.h
src/config/param.obsd35.h
src/config/param.obsd36.h
src/config/param.obsd37.h
src/config/param.obsd38.h
src/config/param.obsd39.h
src/config/param.obsd40.h
src/config/param.obsd41.h
src/config/param.obsd42.h
src/config/param.obsd43.h
src/config/param.obsd44.h
src/config/param.obsd45.h
src/config/param.ppc_darwin_12.h
src/config/param.ppc_darwin_13.h
src/config/param.ppc_darwin_14.h
src/config/param.ppc_darwin_60.h
src/config/param.ppc_darwin_70.h
src/config/param.ppc_darwin_80.h
src/config/param.ppc_darwin_90.h
src/config/param.ppc_nbsd16.h
src/config/param.x86_darwin_100.h
src/config/param.x86_darwin_80.h
src/config/param.x86_darwin_90.h

index 315038c..3e1f782 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index 9db8308..717d82a 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index 79f229d..7ebc01f 100644 (file)
@@ -35,6 +35,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -149,6 +150,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD52_ENV     1
 #define AFS_USR_FBSD53_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 775e1ea..2a54ea6 100644 (file)
@@ -53,6 +53,7 @@
 #define AFS_X86_FBSD62_ENV 1
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -162,6 +163,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 1f4185c..0134b6e 100644 (file)
@@ -55,6 +55,7 @@
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -165,6 +166,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 3678174..8c109cc 100644 (file)
@@ -57,6 +57,7 @@
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_FBSD80_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -168,6 +169,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD80_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index f19a80f..677ef8f 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_X86_DFBSD22_ENV 1
 #define AFS_X86_DFBSD23_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -129,6 +130,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_DFBSD22_ENV    1
 #define AFS_USR_DFBSD23_ENV    1
 #define AFS_USR_DFBSD_ENV      1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS          1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 806d816..82789b8 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_X86_FBSD40_ENV 1
 #define AFS_X86_FBSD42_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -133,6 +134,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD40_ENV     1
 #define AFS_USR_FBSD42_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index 3ab70b0..b3ea04b 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_X86_FBSD42_ENV 1
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -136,6 +137,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD42_ENV     1
 #define AFS_USR_FBSD43_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index 426ac17..aabbea0 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_FBSD44_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -139,6 +140,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD43_ENV     1
 #define AFS_USR_FBSD44_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index beb3100..2b76f03 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_FBSD45_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -141,6 +142,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD44_ENV     1
 #define AFS_USR_FBSD45_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index b42fc61..66686ff 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_X86_FBSD43_ENV 1
 #define AFS_X86_FBSD46_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -143,6 +144,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD45_ENV     1
 #define AFS_USR_FBSD46_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index c2c7729..1a5e9f2 100644 (file)
@@ -29,6 +29,7 @@
 #define AFS_X86_FBSD46_ENV 1
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define O_SYNC O_FSYNC
 #define FTRUNC O_TRUNC
@@ -146,6 +147,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD46_ENV     1
 #define AFS_USR_FBSD47_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define O_SYNC O_FSYNC
index 14bb1f8..0bb4449 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -149,6 +150,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD47_ENV     1
 #define AFS_USR_FBSD50_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 96f6202..41c315b 100644 (file)
@@ -33,6 +33,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -151,6 +152,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD50_ENV     1
 #define AFS_USR_FBSD51_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 1234efc..07e7673 100644 (file)
@@ -34,6 +34,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -153,6 +154,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD51_ENV     1
 #define AFS_USR_FBSD52_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 86cc371..bc0439e 100644 (file)
@@ -35,6 +35,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -149,6 +150,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD52_ENV     1
 #define AFS_USR_FBSD53_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 051c0ea..17c4dde 100644 (file)
@@ -36,6 +36,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -151,6 +152,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD53_ENV     1
 #define AFS_USR_FBSD60_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 895a552..dfef61e 100644 (file)
@@ -46,6 +46,7 @@
 #define AFS_X86_FBSD47_ENV 1
 #define AFS_X86_FBSD50_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -154,6 +155,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD60_ENV     1
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 1e1e5d4..c574fab 100644 (file)
@@ -50,6 +50,7 @@
 #define AFS_X86_FBSD60_ENV 1
 #define AFS_X86_FBSD62_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -159,6 +160,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD62_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index e2b74b8..b89ba2f 100644 (file)
@@ -52,6 +52,7 @@
 #define AFS_X86_FBSD62_ENV 1
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -161,6 +162,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD61_ENV     1
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index f141cf9..bd195d5 100644 (file)
@@ -54,6 +54,7 @@
 #define AFS_X86_FBSD70_ENV 1
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -164,6 +165,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD70_ENV     1
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index 3342de2..3afa735 100644 (file)
@@ -56,6 +56,7 @@
 #define AFS_X86_FBSD71_ENV 1
 #define AFS_X86_FBSD80_ENV 1
 #define AFS_X86_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define FTRUNC O_TRUNC
 
@@ -167,6 +168,7 @@ enum vcexcl { NONEXCL, EXCL };
 #define AFS_USR_FBSD71_ENV     1
 #define AFS_USR_FBSD80_ENV     1
 #define AFS_USR_FBSD_ENV       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
index bd9db06..a27b33d 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index fe0944e..08facf5 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index 5b3b7ae..9260980 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
@@ -78,6 +79,7 @@
 #define AFS_USR_LINUX22_ENV    1
 
 #define AFS_ENV                        1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
index 3abd72b..391f784 100644 (file)
@@ -22,6 +22,7 @@
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
@@ -82,6 +83,7 @@
 #define AFS_USR_LINUX24_ENV    1
 
 #define AFS_ENV                        1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
index 49247da..249827e 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
@@ -63,6 +64,7 @@
 #define AFS_USR_LINUX26_ENV    1
 
 #define AFS_ENV                        1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
index e2c32ae..121a9c1 100644 (file)
@@ -15,6 +15,7 @@
 #define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_NBSD_ENV 1
 #define AFS_NBSD15_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 #define FTRUNC O_TRUNC
index 330279f..efe2dab 100644 (file)
@@ -16,6 +16,7 @@
 #define AFS_NBSD_ENV 1
 #define AFS_NBSD15_ENV 1
 #define AFS_NBSD16_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 #define FTRUNC O_TRUNC
index 3bc7f39..712012e 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_NBSD15_ENV 1
 #define AFS_NBSD16_ENV 1
 #define AFS_NBSD20_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 
index d1cc9f4..b20d2be 100644 (file)
@@ -21,6 +21,7 @@
 #define AFS_NBSD15_ENV 1
 #define AFS_NBSD16_ENV 1
 #define AFS_NBSD20_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV 1
 
index c1525d5..857ca59 100644 (file)
@@ -22,6 +22,7 @@
 #define AFS_NBSD16_ENV 1
 #define AFS_NBSD20_ENV 1
 #define AFS_NBSD30_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_VFSINCL_ENV 1
index 8acf435..ba88ab0 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_NBSD20_ENV 1
 #define AFS_NBSD30_ENV 1
 #define AFS_NBSD40_ENV 1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
 #define AFS_VFSINCL_ENV 1
index d99d87f..35db00a 100644 (file)
@@ -22,6 +22,7 @@
 #define        AFS_OBSD_ENV            1
 #define        AFS_OBSD31_ENV          1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index d742d06..f4b341f 100644 (file)
@@ -21,6 +21,7 @@
 #define        AFS_OBSD31_ENV          1
 #define        AFS_OBSD32_ENV          1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index a53ae72..014f4d4 100644 (file)
@@ -22,6 +22,7 @@
 #define        AFS_OBSD32_ENV          1
 #define        AFS_OBSD33_ENV          1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 28ead2c..ba3ecbb 100644 (file)
@@ -23,6 +23,7 @@
 #define        AFS_OBSD33_ENV          1
 #define AFS_OBSD34_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index c47e262..0f830d9 100644 (file)
@@ -23,6 +23,7 @@
 #define AFS_OBSD34_ENV         1
 #define AFS_OBSD35_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 3023b1d..351e972 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_OBSD35_ENV         1
 #define AFS_OBSD36_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 7c18bd4..264c744 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_OBSD36_ENV         1
 #define AFS_OBSD37_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 9d12020..3e68922 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_OBSD37_ENV         1
 #define AFS_OBSD38_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index b4dc97c..9fe99cf 100644 (file)
@@ -31,6 +31,7 @@
 #define AFS_OBSD38_ENV         1
 #define AFS_OBSD39_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 9a14f2c..3bc48b1 100644 (file)
@@ -29,6 +29,7 @@
 #define AFS_OBSD39_ENV         1
 #define AFS_OBSD40_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 11c8494..c4e6522 100644 (file)
@@ -30,6 +30,7 @@
 #define AFS_OBSD40_ENV         1
 #define AFS_OBSD41_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index a83da33..c6905e2 100644 (file)
@@ -31,6 +31,7 @@
 #define AFS_OBSD41_ENV         1
 #define AFS_OBSD42_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index e0cbb31..4a5cd39 100644 (file)
@@ -32,6 +32,7 @@
 #define AFS_OBSD42_ENV         1
 #define AFS_OBSD43_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 8b96c22..f950b50 100644 (file)
@@ -33,6 +33,7 @@
 #define AFS_OBSD43_ENV         1
 #define AFS_OBSD44_ENV         1
 
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 7a1da37..9fd79f0 100644 (file)
@@ -33,6 +33,7 @@
 #define AFS_OBSD43_ENV         1
 #define AFS_OBSD44_ENV         1
 #define AFS_OBSD45_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS         1
 #define AFS_VM_RDWR_ENV                1
 #define AFS_VFS_ENV            1
index 7d2b162..ea41ec0 100644 (file)
@@ -12,6 +12,7 @@
 #include <afs/afs_sysnames.h>
 
 #define AFS_DARWIN_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
@@ -76,6 +77,7 @@
 #include <afs/afs_sysnames.h>
 #define AFS_USERSPACE_ENV
 #define AFS_USR_DARWIN_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 2c36b97..aac7925 100644 (file)
@@ -13,6 +13,7 @@
 
 #define AFS_DARWIN_ENV
 #define AFS_DARWIN13_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
@@ -79,6 +80,7 @@
 #define AFS_USERSPACE_ENV
 #define AFS_USR_DARWIN_ENV
 #define AFS_USR_DARWIN13_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index cb46448..406b5de 100644 (file)
@@ -14,6 +14,7 @@
 #define AFS_DARWIN_ENV
 #define AFS_DARWIN13_ENV
 #define AFS_DARWIN14_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
@@ -83,6 +84,7 @@
 #define AFS_USR_DARWIN_ENV
 #define AFS_USR_DARWIN13_ENV
 #define AFS_USR_DARWIN14_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 7083302..13fa536 100644 (file)
@@ -15,6 +15,7 @@
 #define AFS_DARWIN13_ENV
 #define AFS_DARWIN14_ENV
 #define AFS_DARWIN60_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
@@ -85,6 +86,7 @@
 #define AFS_USR_DARWIN13_ENV
 #define AFS_USR_DARWIN14_ENV
 #define AFS_USR_DARWIN60_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 
index a40c9ab..eaddf36 100644 (file)
@@ -17,6 +17,7 @@
 #define AFS_DARWIN14_ENV
 #define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
@@ -92,6 +93,7 @@
 #define AFS_USR_DARWIN14_ENV
 #define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 4475082..bef7fff 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index a62b855..2e4bdf6 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
 #define AFS_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
 #define AFS_USR_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index 476f131..f97e68c 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_VFSINCL_ENV         1
 #define AFS_NBSD_ENV           1
 #define AFS_NBSD15_ENV         1
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 #define AFS_KERBEROS_ENV
 
index b45d6fd..a560d48 100644 (file)
@@ -27,6 +27,7 @@
 #define AFS_DARWIN80_ENV
 #define AFS_DARWIN90_ENV
 #define AFS_DARWIN100_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN80_ENV
 #define AFS_USR_DARWIN90_ENV
 #define AFS_USR_DARWIN100_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index f099a51..68b3334 100644 (file)
@@ -25,6 +25,7 @@
 #define AFS_DARWIN60_ENV
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN60_ENV
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
index a62b855..2e4bdf6 100644 (file)
@@ -26,6 +26,7 @@
 #define AFS_DARWIN70_ENV
 #define AFS_DARWIN80_ENV
 #define AFS_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define AFS_NAMEI_ENV 1
 #define AFS_USR_DARWIN70_ENV
 #define AFS_USR_DARWIN80_ENV
 #define AFS_USR_DARWIN90_ENV
+#undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0