~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to lib/ldap.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

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: ldap.c,v 1.55 2006-04-26 17:23:28 giva Exp $
 
21
 * $Id: ldap.c,v 1.57 2006-07-25 13:49:50 yangtse Exp $
22
22
 ***************************************************************************/
23
23
 
24
24
#include "setup.h"
36
36
#ifdef HAVE_SYS_STAT_H
37
37
#include <sys/stat.h>
38
38
#endif
39
 
#ifdef HAVE_MALLOC_H
 
39
#ifdef NEED_MALLOC_H
40
40
#include <malloc.h>
41
41
#endif
42
42
#include <errno.h>