~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/hostsyn.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
 * KIND, either express or implied.
20
20
 *
21
 
 * $Id: hostsyn.c,v 1.12 2007-04-03 18:25:18 yangtse Exp $
 
21
 * $Id: hostsyn.c,v 1.14 2008-09-29 21:44:50 danf Exp $
22
22
 ***************************************************************************/
23
23
 
24
24
#include "setup.h"
52
52
#include <stdlib.h>
53
53
#endif
54
54
 
55
 
#ifdef HAVE_SETJMP_H
56
 
#include <setjmp.h>
57
 
#endif
58
 
 
59
55
#ifdef HAVE_PROCESS_H
60
56
#include <process.h>
61
57
#endif
71
67
#define _MPRINTF_REPLACE /* use our functions only */
72
68
#include <curl/mprintf.h>
73
69
 
74
 
#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
75
 
#include "inet_ntoa_r.h"
76
 
#endif
77
 
 
78
70
#include "memory.h"
79
71
/* The last #include file should be: */
80
72
#include "memdebug.h"