aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xperfmon3/files/fbsd_vers.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xperfmon3/files/fbsd_vers.h')
-rw-r--r--sysutils/xperfmon3/files/fbsd_vers.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/xperfmon3/files/fbsd_vers.h b/sysutils/xperfmon3/files/fbsd_vers.h
deleted file mode 100644
index a6012c37a368..000000000000
--- a/sysutils/xperfmon3/files/fbsd_vers.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 1998 Lars Köller
- * All rights reserved.
- *
- * Handel the FreeBSD Versions in a central file!
- *
- * $Id: fbsd_vers.h,v 3.2 2001/04/10 20:02:26 lkoeller Exp lkoeller $
- */
-
-#ifdef HAVE_SYS_PARAM_H
-# include <sys/param.h>
-#endif
-
-#if (defined(BSD) && (BSD >= 199506))
-# include <osreldate.h>
-#else
-# error You can compile this xperfmon++ V3.1 only on FreeBSD-3.X/4.X systems. xperfmon++ V1.31 up to V2.0 runs on FreeBSD 2.[12].X system!
-#endif
-
-#if __FreeBSD_version < 300000
-# error You can compile this xperfmon++ V3.1 only on FreeBSD-3.X/4.X systems. xperfmon++ V1.31 up to V2.0 runs on FreeBSD 2.[12].X system!
-#endif