Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / src / config-amigaos.h
blob6cd93b4adf1e5718ce5f9ad2cbe07f0a9013ba6a
1 #ifndef CURL_CONFIG_AMIGAOS_H
2 #define CURL_CONFIG_AMIGAOS_H
3 /***************************************************************************
4 * _ _ ____ _
5 * Project ___| | | | _ \| |
6 * / __| | | | |_) | |
7 * | (__| |_| | _ <| |___
8 * \___|\___/|_| \_\_____|
10 * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
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.
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.
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied.
23 * $Id: config-amigaos.h,v 1.1.1.1 2008-09-23 16:32:06 hoffman Exp $
24 ***************************************************************************/
26 #ifdef __AMIGA__ /* Any AmigaOS flavour */
28 /* Define to 1 if you want the built-in manual */
29 #define USE_MANUAL 1
31 #define OS "AmigaOS"
33 #define HAVE_UNISTD_H 1
34 #define HAVE_STRDUP 1
35 #define HAVE_UTIME 1
36 #define HAVE_UTIME_H 1
37 #define HAVE_SYS_TYPES_H 1
38 #define HAVE_SYS_SOCKET_H 1
39 #define HAVE_WRITABLE_ARGV 1
40 #define HAVE_SYS_TIME_H 1
41 #define HAVE_TIME_H 1
42 #define TIME_WITH_SYS_TIME 1
43 #define HAVE_STRUCT_TIMEVAL 1
45 #if 0
46 # define HAVE_TERMIOS_H 1
47 # define HAVE_FTRUNCATE 1
48 #endif
50 #define HAVE_PWD_H 1
52 #ifndef F_OK
53 # define F_OK 0
54 #endif
55 #ifndef O_RDONLY
56 # define O_RDONLY 0x0000 /* open for reading only */
57 #endif
58 #ifndef LONG_MAX
59 # define LONG_MAX 0x7fffffffL /* max value for a long */
60 #endif
61 #ifndef LONG_MIN
62 # define LONG_MIN (-0x7fffffffL-1) /* min value for a long */
63 #endif
65 #endif /* __AMIGA__ */
66 #endif /* CURL_CONFIG_AMIGAOS_H */