diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-31 14:28:47 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-31 14:37:49 +0000 |
commit | 18a6467c8c33be94227bd85dcb22323f267a4bc9 (patch) | |
tree | 2d69217a889bce963ea87848da8364750dc2b8bf /docs/examples/Makefile.inc | |
parent | 7b368e7f943e9391ed61e0ff1e5db5d2a53ae2eb (diff) | |
download | curl-18a6467c8c33be94227bd85dcb22323f267a4bc9.tar.gz |
examples: Added SMTP EXPN command example
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r-- | docs/examples/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 6a97bc276..11b508c26 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -4,8 +4,9 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ https multi-app multi-debugcallback multi-double multi-post multi-single \ persistant post-callback postit2 sepheaders simple simplepost simplessl \ sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \ - smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \ - progressfunc pop3s pop3slist imap url2file sftpget ftpsget postinmemory + smtp-multi simplesmtp smtp-tls smtp-vrfy smtp-expn rtsp externalsocket \ + resolve progressfunc pop3s pop3slist imap url2file sftpget ftpsget \ + postinmemory # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here. |