~ubuntu-branches/ubuntu/saucy/curl/saucy-security

« back to all changes in this revision

Viewing changes to lib/asyn-ares.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "setup.h"
24
24
 
25
 
#include <string.h>
26
 
 
27
25
#ifdef HAVE_LIMITS_H
28
26
#include <limits.h>
29
27
#endif
39
37
#ifdef HAVE_ARPA_INET_H
40
38
#include <arpa/inet.h>
41
39
#endif
42
 
#ifdef HAVE_STDLIB_H
43
 
#include <stdlib.h>     /* required for free() prototypes */
44
 
#endif
45
40
#ifdef HAVE_UNISTD_H
46
41
#include <unistd.h>     /* for the close() proto */
47
42
#endif
48
43
#ifdef __VMS
49
44
#include <in.h>
50
45
#include <inet.h>
51
 
#include <stdlib.h>
52
46
#endif
53
47
 
54
48
#ifdef HAVE_PROCESS_H