From 3c34f453fa62bb3715e47c6096b22d0bb9db2bbf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 29 Sep 2013 00:12:30 +0200 Subject: postinmemory: new example This is similar to getinmemory.c but with an initial POST. Combined-by: Ulf Samuelsson --- docs/examples/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/Makefile.inc') diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 6752db43d..5d3bcfc1a 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -5,7 +5,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ 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 + 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. -- cgit v1.2.3