diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2004-07-25 22:02:30 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2004-07-25 22:02:30 +0000 |
| commit | e47c4441d3e0a6d609dd62e9d55c6f12d24bc185 (patch) | |
| tree | b5c248523165246486b7f612b591011693e5430d | |
| parent | cf95b5c38182a9a9721a81d574f850f33ff31eb8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ntp/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 51d0929fa6cd..207992c2985b 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -453,7 +453,9 @@ #define HAVE_MKTIME 1 /* Define to 1 if you have the `mlockall' function. */ +#if __FreeBSD_version >= 500102 #define HAVE_MLOCKALL 1 +#endif /* Define to 1 if you have the `mrand48' function. */ #define HAVE_MRAND48 1 |
