FBSD: Remove support for 8.x and 9.x
[openafs.git] / src / config / param.amd64_fbsd_81.h
diff --git a/src/config/param.amd64_fbsd_81.h b/src/config/param.amd64_fbsd_81.h
deleted file mode 100644 (file)
index bd3ca57..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef        AFS_PARAM_H
-#define        AFS_PARAM_H
-
-/* Machine / Operating system information */
-#define SYS_NAME       "amd64_fbsd_81"
-#define SYS_NAME_ID    SYS_NAME_ID_amd64_fbsd_81
-
-#define AFS_64BITPOINTER_ENV 1
-
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
-#define AFS_64BITUSERPOINTER_ENV 1
-
-#define AFS_FBSD81_ENV 1
-
-#define AFS_X86_FBSD81_ENV 1
-
-#else /* !defined(UKERNEL) */
-
-/* This section for user space compiles only */
-
-#define AFS_USR_FBSD81_ENV 1
-
-#endif /* !defined(UKERNEL) */
-
-#endif /* AFS_PARAM_H */