mirror of
https://github.com/curl/curl.git
synced 2026-08-24 10:43:32 +03:00
Added support for password prompting if only used name is given on the
command line.
This commit is contained in:
parent
22adcb9cd1
commit
cadcc12169
5 changed files with 304 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ endif
|
|||
|
||||
curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \
|
||||
config-win32.h config-mac.h config-vms.h config-riscos.h \
|
||||
urlglob.h version.h writeout.h writeenv.c writeenv.h
|
||||
urlglob.h version.h writeout.h writeenv.c writeenv.h \
|
||||
getpass.c getpass.h
|
||||
|
||||
curl_LDADD = ../lib/libcurl.la
|
||||
curl_DEPENDENCIES = ../lib/libcurl.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue