aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index a2ced96..92e9916 100644
--- a/include/config.h
+++ b/include/config.h
@@ -20,9 +20,15 @@
/* Define if you have the bsd library (-lbsd). */
/* #undef HAVE_LIBBSD */
+/* Define if you have the history library (-lhistory). */
+#define HAVE_LIBHISTORY 1
+
/* Define if you have the nsl library (-lnsl). */
#define HAVE_LIBNSL 1
+/* Define if you have the readline library (-lreadline). */
+#define HAVE_LIBREADLINE 1
+
/* Define if you have the rpcsoc library (-lrpcsoc). */
/* #undef HAVE_LIBRPCSOC */