~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to lib/config.dos

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef HEADER_CONFIG_DOS_H
2
2
#define HEADER_CONFIG_DOS_H
3
3
 
4
 
/* $Id: config.dos,v 1.30 2009-10-21 18:01:11 yangtse Exp $ */
5
4
 
6
5
/* ================================================================ */
7
6
/*        lib/config.dos - Hand crafted config file for DOS         */
65
64
#define NEED_MALLOC_H          1
66
65
 
67
66
#define RETSIGTYPE             void
 
67
#define SIZEOF_INT             4
68
68
#define SIZEOF_LONG_DOUBLE     16
 
69
#define SIZEOF_SHORT           2
69
70
#define STDC_HEADERS           1
70
71
#define TIME_WITH_SYS_TIME     1
71
72