diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 2000-03-12 13:25:14 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 2000-03-12 13:25:14 +0000 |
| commit | 73e3e59c77e7478c25ba95b1f54f2e29191e9ca5 (patch) | |
| tree | b5e49fff6c7926505426fbb6dc77c4ad0bd80739 | |
| parent | 5a9a82e82012bbea499cc688aea5f22abfb47b91 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ntp/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index ac4b5ce599b5..9746cdd2fe0a 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -619,10 +619,10 @@ #define HAVE_RANDOM 1 /* Define if you have the rtprio function. */ -#define HAVE_RTPRIO 1 +/* #undef HAVE_RTPRIO 1 */ /* Define if you have the sched_setscheduler function. */ -#define HAVE_SCHED_SETSCHEDULER 1 +/* #undef HAVE_SCHED_SETSCHEDULER 1 */ /* Define if you have the setlinebuf function. */ #define HAVE_SETLINEBUF 1 |
