From cadcc12169dc6e57362fcdb0dad763a237c5efc5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Oct 2003 14:09:39 +0000 Subject: Added support for password prompting if only used name is given on the command line. --- src/config.h.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/config.h.in') 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 header file. */ +#undef HAVE_TERMIOS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIO_H -- cgit v1.2.3