doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config-amigaos.h
Go to the documentation of this file.
1 
2 #ifndef CURL_CONFIG_AMIGAOS_H
3 #define CURL_CONFIG_AMIGAOS_H
4 
5 #define OS "AmigaOS"
6 
7 #define HAVE_UNISTD_H 1
8 #define HAVE_STRDUP 1
9 #define HAVE_UTIME 1
10 #define HAVE_UTIME_H 1
11 #define HAVE_SYS_TYPES_H 1
12 #define HAVE_SYS_SOCKET_H 1
13 #define HAVE_WRITABLE_ARGV 1
14 #define HAVE_SYS_TIME_H 1
15 #define HAVE_TIME_H 1
16 #define TIME_WITH_SYS_TIME 1
17 #define HAVE_TERMIOS_H 1
18 
19 #define HAVE_PWD_H 1
20 
21 /* futher implementation?... */
22 //#define HAVE_TCGETATTR 1
23 //#define HAVE_TCSETATTR 1
24 
25 /* futher usergroup.library usage?... */
26 //#define HAVE_GETPWUID 1
27 //#define HAVE_GETEUID 1
28 
29 
30 #ifndef F_OK
31 # define F_OK 0
32 #endif
33 #ifndef LONG_MAX
34 # define LONG_MAX 0x7fffffffL /* max value for a long */
35 #endif
36 #ifndef LONG_MIN
37 # define LONG_MIN (-0x7fffffffL-1) /* min value for a long */
38 #endif
39 
40 #endif /* CURL_CONFIG_AMIGAOS_H */