summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 6 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index 8484193..1dafc10 100644
--- a/config.h.in
+++ b/config.h.in
@@ -97,24 +97,12 @@
/* Define if history library is there (-lhistory) */
#undef HAVE_LIBHISTORY
-/* Define to 1 if you have the `inet' library (-linet). */
-#undef HAVE_LIBINET
-
-/* Define to 1 if you have the `net' library (-lnet). */
-#undef HAVE_LIBNET
-
-/* Define to 1 if you have the `nsl' library (-lnsl). */
-#undef HAVE_LIBNSL
-
/* Define if pthread library is there (-lpthread) */
#undef HAVE_LIBPTHREAD
/* Define if readline library is there (-lreadline) */
#undef HAVE_LIBREADLINE
-/* Define to 1 if you have the `socket' library (-lsocket). */
-#undef HAVE_LIBSOCKET
-
/* Have compression library */
#undef HAVE_LIBZ
@@ -237,6 +225,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Whether va_copy() is available */
+#undef HAVE_VA_COPY
+
/* Define to 1 if you have the `vfprintf' function. */
#undef HAVE_VFPRINTF
@@ -252,6 +243,9 @@
/* Define to 1 if you have the `_stat' function. */
#undef HAVE__STAT
+/* Whether __va_copy() is available */
+#undef HAVE___VA_COPY
+
/* Name of package */
#undef PACKAGE