Allow again compilation w/o GNU readline. There are conditionals in

{ntpdc,ntpq}/Makefile.

Submitted by:	Ben Kelly <bkelly@vadev.org>
This commit is contained in:
Ollivier Robert 2008-09-02 14:00:17 +00:00
parent 1ffd6e5809
commit d9759c011c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182680

View File

@ -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