~ubuntu-branches/ubuntu/lucid/curl/lucid-201010031940

« back to all changes in this revision

Viewing changes to docs/examples/anyauthput.c

  • Committer: Kees Cook
  • Date: 2009-12-12 04:16:02 UTC
  • mfrom: (3.3.3 squeeze)
  • Revision ID: kees@outflux.net-20091212041602-o707x164tp1f8efj
Merged with Debian testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * $Id: anyauthput.c,v 1.7 2008-08-31 12:12:35 yangtse Exp $
 
8
 * $Id: anyauthput.c,v 1.9 2009-06-10 12:59:59 yangtse Exp $
9
9
 */
10
10
 
11
11
#include <stdio.h>
13
13
#ifdef WIN32
14
14
#  include <io.h>
15
15
#else
16
 
#  include <stdint.h>
 
16
#  ifdef __VMS
 
17
     typedef int intptr_t;
 
18
#  else
 
19
#    include <stdint.h>
 
20
#  endif
17
21
#  include <unistd.h>
18
22
#endif
19
23
#include <sys/types.h>