externalsocket.c: new example

This commit is contained in:
Daniel Stenberg 2011-08-23 11:28:35 +02:00
parent 006b011cdf
commit af809923e4
3 changed files with 130 additions and 1 deletions

View file

@ -4,7 +4,7 @@ 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
smtp-multi simplesmtp smtp-tls rtsp externalsocket
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.