summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2008-09-02 14:00:17 +0000
committerroberto <roberto@FreeBSD.org>2008-09-02 14:00:17 +0000
commitfa9e66496fd870e386fbadba77a455613dbbe404 (patch)
treedbaa34adb5f21b01f65e7f6d63b2d91f5545f4e3 /usr.sbin/ntp
parent580027241503d52b1bad46521e6e7b8066e4b23b (diff)
downloadFreeBSD-src-fa9e66496fd870e386fbadba77a455613dbbe404.zip
FreeBSD-src-fa9e66496fd870e386fbadba77a455613dbbe404.tar.gz
Allow again compilation w/o GNU readline. There are conditionals in
{ntpdc,ntpq}/Makefile. Submitted by: Ben Kelly <bkelly@vadev.org>
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h
index 0b4c5d5..34003f9 100644
--- a/usr.sbin/ntp/config.h
+++ b/usr.sbin/ntp/config.h
@@ -439,7 +439,7 @@
/* #undef HAVE_LIBPOSIX4 */
/* Define to 1 if you have the `readline' library (-lreadline). */
-#define HAVE_LIBREADLINE 1
+/* #undef HAVE_LIBREADLINE */
/* Define to 1 if you have the `rt' library (-lrt). */
#define HAVE_LIBRT 1
@@ -570,10 +570,10 @@
/* #undef HAVE_PUTUTXLINE */
/* Define to 1 if you have the <readline/history.h> header file. */
-#define HAVE_READLINE_HISTORY_H 1
+/* #undef HAVE_READLINE_HISTORY_H */
/* Define to 1 if you have the <readline/readline.h> header file. */
-#define HAVE_READLINE_READLINE_H 1
+/* #undef HAVE_READLINE_READLINE_H */
/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1
OpenPOWER on IntegriCloud