~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/strdup.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __CURL_STRDUP_H
 
2
#define __CURL_STRDUP_H
1
3
/***************************************************************************
2
4
 *                                  _   _ ____  _     
3
5
 *  Project                     ___| | | |  _ \| |    
5
7
 *                            | (__| |_| |  _ <| |___ 
6
8
 *                             \___|\___/|_| \_\_____|
7
9
 *
8
 
 * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
11
 *
10
12
 * This software is licensed as described in the file COPYING, which
11
13
 * you should have received as part of this distribution. The terms
18
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
21
 * KIND, either express or implied.
20
22
 *
21
 
 * $Id: strdup.h,v 1.1 2006-07-11 17:02:06 danf Exp $
 
23
 * $Id: strdup.h,v 1.2 2008-07-11 18:52:35 yangtse Exp $
22
24
 ***************************************************************************/
23
 
 
24
 
#ifndef _CURL_STRDUP_H
25
 
#define _CURL_STRDUP_H
26
 
 
27
25
#include "setup.h"
28
26
 
29
27
#ifndef HAVE_STRDUP