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

« back to all changes in this revision

Viewing changes to tests/libtest/lib542.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:
21
21
 ***************************************************************************/
22
22
#include "test.h"
23
23
 
24
 
#ifdef HAVE_SYS_SOCKET_H
25
 
#include <sys/socket.h>
26
 
#endif
27
 
#ifdef HAVE_SYS_TYPES_H
28
 
#include <sys/types.h>
29
 
#endif
30
 
#ifdef HAVE_SYS_STAT_H
31
 
#include <sys/stat.h>
32
 
#endif
33
24
#ifdef HAVE_FCNTL_H
34
25
#include <fcntl.h>
35
26
#endif
36
27
 
37
 
#ifdef HAVE_UNISTD_H
38
 
#include <unistd.h>
39
 
#endif
40
 
 
41
28
#include "memdebug.h"
42
29
 
43
30
/*