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

« back to all changes in this revision

Viewing changes to src/setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: setup.h,v 1.36 2005/05/02 14:33:58 bagder Exp $
 
23
 * $Id: setup.h,v 1.37 2005/11/24 10:22:47 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#define CURL_NO_OLDIES
103
103
#ifdef word
104
104
#undef word
105
105
#endif
 
106
#ifndef HAVE_LIMITS_H
106
107
#define HAVE_LIMITS_H /* we have limits.h */
 
108
#endif
107
109
#define DIR_CHAR      "/"
108
110
#define DOT_CHAR      "_"
109
111
#else