aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9c5e11013..6b1f924ae 100644
--- a/config.h.in
+++ b/config.h.in
@@ -37,6 +37,9 @@
/* The number of bytes in a long long. */
#undef SIZEOF_LONG_LONG
+/* Define if you have the RAND_status function. */
+#undef HAVE_RAND_STATUS
+
/* Define if you have the closesocket function. */
#undef HAVE_CLOSESOCKET
@@ -67,6 +70,9 @@
/* Define if you have the select function. */
#undef HAVE_SELECT
+/* Define if you have the setvbuf function. */
+#undef HAVE_SETVBUF
+
/* Define if you have the socket function. */
#undef HAVE_SOCKET