From 123f0fb134370ffe417d466fb9d103b13565960a Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 28 Aug 2014 03:09:49 -0400 Subject: [PATCH] config: remove support for old FreeBSD releases The FreeBSD project no longer supports 5.x, 6.x, or 7.x releases, and has not done so for a long time. It's unlikely the OpenAFS works properly on any of them, if it even still builds, since it is not regularly build-tested on anything older than 8.3. Unclutter src/config by removing the param.*.h files for these obsolete releases. Change-Id: Iedd11e9a9045b39d2193c61b9833abd592d1bfa2 Reviewed-on: http://gerrit.openafs.org/11438 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Benjamin Kaduk Reviewed-by: Jeffrey Altman --- src/config/param.amd64_fbsd_53.h | 38 --------------------- src/config/param.amd64_fbsd_70.h | 43 ------------------------ src/config/param.amd64_fbsd_71.h | 46 -------------------------- src/config/param.amd64_fbsd_72.h | 47 -------------------------- src/config/param.amd64_fbsd_73.h | 52 ----------------------------- src/config/param.amd64_fbsd_74.h | 55 ------------------------------ src/config/param.i386_fbsd_50.h | 23 ------------- src/config/param.i386_fbsd_51.h | 26 --------------- src/config/param.i386_fbsd_52.h | 29 ---------------- src/config/param.i386_fbsd_53.h | 32 ------------------ src/config/param.i386_fbsd_60.h | 35 -------------------- src/config/param.i386_fbsd_61.h | 38 --------------------- src/config/param.i386_fbsd_62.h | 41 ----------------------- src/config/param.i386_fbsd_70.h | 46 -------------------------- src/config/param.i386_fbsd_71.h | 49 --------------------------- src/config/param.i386_fbsd_72.h | 52 ----------------------------- src/config/param.i386_fbsd_73.h | 55 ------------------------------ src/config/param.i386_fbsd_74.h | 57 -------------------------------- 18 files changed, 764 deletions(-) delete mode 100644 src/config/param.amd64_fbsd_53.h delete mode 100644 src/config/param.amd64_fbsd_70.h delete mode 100644 src/config/param.amd64_fbsd_71.h delete mode 100644 src/config/param.amd64_fbsd_72.h delete mode 100644 src/config/param.amd64_fbsd_73.h delete mode 100644 src/config/param.amd64_fbsd_74.h delete mode 100644 src/config/param.i386_fbsd_50.h delete mode 100644 src/config/param.i386_fbsd_51.h delete mode 100644 src/config/param.i386_fbsd_52.h delete mode 100644 src/config/param.i386_fbsd_53.h delete mode 100644 src/config/param.i386_fbsd_60.h delete mode 100644 src/config/param.i386_fbsd_61.h delete mode 100644 src/config/param.i386_fbsd_62.h delete mode 100644 src/config/param.i386_fbsd_70.h delete mode 100644 src/config/param.i386_fbsd_71.h delete mode 100644 src/config/param.i386_fbsd_72.h delete mode 100644 src/config/param.i386_fbsd_73.h delete mode 100644 src/config/param.i386_fbsd_74.h diff --git a/src/config/param.amd64_fbsd_53.h b/src/config/param.amd64_fbsd_53.h deleted file mode 100644 index 310f8a5a2..000000000 --- a/src/config/param.amd64_fbsd_53.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -#define AFS_64BITPOINTER_ENV 1 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_64BITUSERPOINTER_ENV 1 - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 - -#define SYS_NAME "amd64_fbsd_53" -#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_53 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_53" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_53 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.amd64_fbsd_70.h b/src/config/param.amd64_fbsd_70.h deleted file mode 100644 index 0ed9df4e4..000000000 --- a/src/config/param.amd64_fbsd_70.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "amd64_fbsd_70" -#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_70 - -#define AFS_64BITPOINTER_ENV 1 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_64BITUSERPOINTER_ENV 1 - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD70_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.amd64_fbsd_71.h b/src/config/param.amd64_fbsd_71.h deleted file mode 100644 index 255c3f8cd..000000000 --- a/src/config/param.amd64_fbsd_71.h +++ /dev/null @@ -1,46 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "amd64_fbsd_71" -#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_71 - -#define AFS_64BITPOINTER_ENV 1 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_64BITUSERPOINTER_ENV 1 - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.amd64_fbsd_72.h b/src/config/param.amd64_fbsd_72.h deleted file mode 100644 index a38d01d5b..000000000 --- a/src/config/param.amd64_fbsd_72.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "amd64_fbsd_72" -#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_72 - -#define AFS_64BITPOINTER_ENV 1 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_64BITUSERPOINTER_ENV 1 - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 -#define AFS_FBSD72_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD72_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD72_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.amd64_fbsd_73.h b/src/config/param.amd64_fbsd_73.h deleted file mode 100644 index 304b4b4f5..000000000 --- a/src/config/param.amd64_fbsd_73.h +++ /dev/null @@ -1,52 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "amd64_fbsd_73" -#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_73 - -#define AFS_64BITPOINTER_ENV 1 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_64BITUSERPOINTER_ENV 1 - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 -#define AFS_FBSD72_ENV 1 -#define AFS_FBSD73_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 -#define AFS_X86_FBSD72_ENV 1 -#define AFS_X86_FBSD73_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 -#define AFS_USR_FBSD72_ENV 1 -#define AFS_USR_FBSD73_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.amd64_fbsd_74.h b/src/config/param.amd64_fbsd_74.h deleted file mode 100644 index 18b16d867..000000000 --- a/src/config/param.amd64_fbsd_74.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "amd64_fbsd_74" -#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_74 - -#define AFS_64BITPOINTER_ENV 1 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_64BITUSERPOINTER_ENV 1 - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 -#define AFS_FBSD72_ENV 1 -#define AFS_FBSD73_ENV 1 -#define AFS_FBSD74_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 -#define AFS_X86_FBSD72_ENV 1 -#define AFS_X86_FBSD73_ENV 1 -#define AFS_X86_FBSD74_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 -#define AFS_USR_FBSD72_ENV 1 -#define AFS_USR_FBSD73_ENV 1 -#define AFS_USR_FBSD74_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_50.h b/src/config/param.i386_fbsd_50.h deleted file mode 100644 index fb756e1a9..000000000 --- a/src/config/param.i386_fbsd_50.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_50" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_50 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_51.h b/src/config/param.i386_fbsd_51.h deleted file mode 100644 index 65e9b47bc..000000000 --- a/src/config/param.i386_fbsd_51.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_51" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_51 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_52.h b/src/config/param.i386_fbsd_52.h deleted file mode 100644 index 8c2caa20b..000000000 --- a/src/config/param.i386_fbsd_52.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_52" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_52 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_53.h b/src/config/param.i386_fbsd_53.h deleted file mode 100644 index eda7899d2..000000000 --- a/src/config/param.i386_fbsd_53.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_53" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_53 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_60.h b/src/config/param.i386_fbsd_60.h deleted file mode 100644 index f059f4d17..000000000 --- a/src/config/param.i386_fbsd_60.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_60" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_60 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_61.h b/src/config/param.i386_fbsd_61.h deleted file mode 100644 index 778dabf72..000000000 --- a/src/config/param.i386_fbsd_61.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_61" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_61 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_62.h b/src/config/param.i386_fbsd_62.h deleted file mode 100644 index 347b7ac17..000000000 --- a/src/config/param.i386_fbsd_62.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_62" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_62 - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 -#define AFS_X86_FBSD62_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD62_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_70.h b/src/config/param.i386_fbsd_70.h deleted file mode 100644 index ce73fd08c..000000000 --- a/src/config/param.i386_fbsd_70.h +++ /dev/null @@ -1,46 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_70" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_70 - -#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD62_ENV 1 -#define AFS_USR_FBSD70_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_71.h b/src/config/param.i386_fbsd_71.h deleted file mode 100644 index 78e8c0170..000000000 --- a/src/config/param.i386_fbsd_71.h +++ /dev/null @@ -1,49 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_71" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_71 - -#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD62_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_72.h b/src/config/param.i386_fbsd_72.h deleted file mode 100644 index d12bf5470..000000000 --- a/src/config/param.i386_fbsd_72.h +++ /dev/null @@ -1,52 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_72" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_72 - -#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 -#define AFS_FBSD72_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 -#define AFS_X86_FBSD72_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD62_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 -#define AFS_USR_FBSD72_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_73.h b/src/config/param.i386_fbsd_73.h deleted file mode 100644 index 42978576a..000000000 --- a/src/config/param.i386_fbsd_73.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_73" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_73 - -#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 -#define AFS_FBSD72_ENV 1 -#define AFS_FBSD73_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 -#define AFS_X86_FBSD72_ENV 1 -#define AFS_X86_FBSD73_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD62_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 -#define AFS_USR_FBSD72_ENV 1 -#define AFS_USR_FBSD73_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_fbsd_74.h b/src/config/param.i386_fbsd_74.h deleted file mode 100644 index c74133fab..000000000 --- a/src/config/param.i386_fbsd_74.h +++ /dev/null @@ -1,57 +0,0 @@ -#ifndef AFS_PARAM_H -#define AFS_PARAM_H - -/* Machine / Operating system information */ -#define SYS_NAME "i386_fbsd_74" -#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_74 - -#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ - -#ifndef UKERNEL -/* This section for kernel libafs compiles only */ - -#define AFS_FBSD50_ENV 1 -#define AFS_FBSD51_ENV 1 -#define AFS_FBSD52_ENV 1 -#define AFS_FBSD53_ENV 1 -#define AFS_FBSD60_ENV 1 -#define AFS_FBSD61_ENV 1 -#define AFS_FBSD62_ENV 1 -#define AFS_FBSD70_ENV 1 -#define AFS_FBSD71_ENV 1 -#define AFS_FBSD72_ENV 1 -#define AFS_FBSD73_ENV 1 -#define AFS_FBSD74_ENV 1 - -#define AFS_X86_FBSD50_ENV 1 -#define AFS_X86_FBSD51_ENV 1 -#define AFS_X86_FBSD52_ENV 1 -#define AFS_X86_FBSD53_ENV 1 -#define AFS_X86_FBSD60_ENV 1 -#define AFS_X86_FBSD61_ENV 1 -#define AFS_X86_FBSD62_ENV 1 -#define AFS_X86_FBSD70_ENV 1 -#define AFS_X86_FBSD71_ENV 1 -#define AFS_X86_FBSD72_ENV 1 -#define AFS_X86_FBSD74_ENV 1 - -#else /* !defined(UKERNEL) */ - -/* This section for user space compiles only */ - -#define AFS_USR_FBSD50_ENV 1 -#define AFS_USR_FBSD51_ENV 1 -#define AFS_USR_FBSD52_ENV 1 -#define AFS_USR_FBSD53_ENV 1 -#define AFS_USR_FBSD60_ENV 1 -#define AFS_USR_FBSD61_ENV 1 -#define AFS_USR_FBSD62_ENV 1 -#define AFS_USR_FBSD70_ENV 1 -#define AFS_USR_FBSD71_ENV 1 -#define AFS_USR_FBSD72_ENV 1 -#define AFS_USR_FBSD73_ENV 1 -#define AFS_USR_FBSD74_ENV 1 - -#endif /* !defined(UKERNEL) */ - -#endif /* AFS_PARAM_H */ -- 2.39.5