aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-16 14:09:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-16 14:09:39 +0000
commitcadcc12169dc6e57362fcdb0dad763a237c5efc5 (patch)
tree8fd45ee9006271a1df48740dd5a81c3a6fb2c204 /src/config.h.in
parent22adcb9cd1d99858f10e55dc140ceb19d382eee5 (diff)
Added support for password prompting if only used name is given on the
command line.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index c1589b5d5..4720a1e7b 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -49,3 +49,18 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
+
+/* Define to 1 if you have the `getpass_r' function. */
+#undef HAVE_GETPASS_R
+
+/* Define to 1 if you have the `tcgetattr' function. */
+#undef HAVE_TCGETATTR
+
+/* Define to 1 if you have the `tcsetattr' function. */
+#undef HAVE_TCSETATTR
+
+/* Define to 1 if you have the <termios.h> header file. */
+#undef HAVE_TERMIOS_H
+
+/* Define to 1 if you have the <termio.h> header file. */
+#undef HAVE_TERMIO_H