aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 3cf2b193b..9e8548b69 100644
--- a/config.h.in
+++ b/config.h.in
@@ -79,8 +79,8 @@
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
-/* Define if you have the getpass function. */
-#undef HAVE_GETPASS
+/* Define if you have the getpass_r function. */
+#undef HAVE_GETPASS_R
/* Define if you have the getservbyname function. */
#undef HAVE_GETSERVBYNAME
@@ -112,6 +112,12 @@
/* Define if you have the setvbuf function. */
#undef HAVE_SETVBUF
+/* Define if you have the sigaction function. */
+#undef HAVE_SIGACTION
+
+/* Define if you have the signal function. */
+#undef HAVE_SIGNAL
+
/* Define if you have the socket function. */
#undef HAVE_SOCKET