~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to src/config-amigaos.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
#ifndef CURL_CONFIG_AMIGAOS_H
3
2
#define CURL_CONFIG_AMIGAOS_H
 
3
/***************************************************************************
 
4
 *                                  _   _ ____  _
 
5
 *  Project                     ___| | | |  _ \| |
 
6
 *                             / __| | | | |_) | |
 
7
 *                            | (__| |_| |  _ <| |___
 
8
 *                             \___|\___/|_| \_\_____|
 
9
 *
 
10
 * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
11
 *
 
12
 * This software is licensed as described in the file COPYING, which
 
13
 * you should have received as part of this distribution. The terms
 
14
 * are also available at http://curl.haxx.se/docs/copyright.html.
 
15
 *
 
16
 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
 
17
 * copies of the Software, and permit persons to whom the Software is
 
18
 * furnished to do so, under the terms of the COPYING file.
 
19
 *
 
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 
21
 * KIND, either express or implied.
 
22
 *
 
23
 * $Id: config-amigaos.h,v 1.8 2007-02-28 14:45:49 yangtse Exp $
 
24
 ***************************************************************************/
 
25
 
 
26
#ifdef __AMIGA__ /* Any AmigaOS flavour */
4
27
 
5
28
/* Define to 1 if you want the built-in manual */
6
29
#define USE_MANUAL 1
17
40
#define HAVE_SYS_TIME_H         1
18
41
#define HAVE_TIME_H             1
19
42
#define TIME_WITH_SYS_TIME      1
 
43
#define HAVE_STRUCT_TIMEVAL     1
20
44
 
21
45
#if 0
22
46
# define HAVE_TERMIOS_H         1
38
62
# define        LONG_MIN        (-0x7fffffffL-1)        /* min value for a long */
39
63
#endif
40
64
 
 
65
#endif /* __AMIGA__ */
41
66
#endif /* CURL_CONFIG_AMIGAOS_H */