doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config-mac.h
Go to the documentation of this file.
1 #define OS "mac"
2 
3 #define HAVE_NETINET_IN_H 1
4 #define HAVE_SYS_SOCKET_H 1
5 #define HAVE_SYS_SELECT_H 1
6 #define HAVE_NETDB_H 1
7 #define HAVE_ARPA_INET_H 1
8 #define HAVE_UNISTD_H 1
9 #define HAVE_NET_IF_H 1
10 #define HAVE_SYS_TYPES_H 1
11 #define HAVE_GETTIMEOFDAY 1
12 #define HAVE_FCNTL_H 1
13 #define HAVE_SYS_STAT_H 1
14 #define HAVE_ALLOCA_H 1
15 #define HAVE_TIME_H 1
16 #define HAVE_STDLIB_H 1
17 #define HAVE_UTIME_H 1
18 
19 #define TIME_WITH_SYS_TIME 1
20 
21 #define HAVE_STRDUP 1
22 #define HAVE_UTIME 1
23 #define HAVE_INET_NTOA 1
24 #define HAVE_SETVBUF 1
25 #define HAVE_STRFTIME 1
26 #define HAVE_INET_ADDR 1
27 #define HAVE_MEMCPY 1
28 #define HAVE_SELECT 1
29 #define HAVE_SOCKET 1
30 
31 //#define HAVE_STRICMP 1
32 #define HAVE_SIGACTION 1
33 
34 #ifdef MACOS_SSL_SUPPORT
35 # define USE_SSLEAY 1
36 # define USE_OPENSSL 1
37 #endif
38 
39 #define HAVE_RAND_STATUS 1
40 #define HAVE_RAND_EGD 1
41 
42 #define HAVE_FIONBIO 1
43 
44 #include <extra/stricmp.h>
45 #include <extra/strdup.h>