summaryrefslogtreecommitdiff
path: root/ACE/ace/config-posix-nonetworking.h
blob: c153f795a152a1c1e1486bf7e33b39baa15a3dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* -*- C -*- */
// $Id$

/* The following configuration file is designed to work for RTEMS
   platforms using GNU C.
*/

#ifndef ACE_CONFIG_POSIX_NONETWORKING_H
#define ACE_CONFIG_POSIX_NONETWORKING_H

// Missing header files
# define ACE_LACKS_SYS_UIO_H
# define ACE_LACKS_SYS_SOCKET_H
# define ACE_LACKS_NETINET_IN_H
# define ACE_LACKS_NETDB_H
# define ACE_LACKS_ARPA_INET_H
# define ACE_LACKS_SYS_SELECT_H
# define ACE_LACKS_NET_IF_H
# define ACE_LACKS_SYSLOG_H
# define ACE_LACKS_SYS_UN_H
# define ACE_LACKS_MEMORY_H
# define ACE_LACKS_SYS_SYSCTL_H
# define ACE_LACKS_NETINET_TCP_H

// Missing types
# define ACE_LACKS_IOVEC
# define ACE_LACKS_IN_ADDR
# define ACE_LACKS_SOCKADDR_IN
# define ACE_LACKS_HOSTENT
# define ACE_LACKS_SOCKADDR
# define ACE_LACKS_IP_MREQ
# define ACE_LACKS_PROTOENT
# define ACE_LACKS_SERVENT
# define ACE_LACKS_IFREQ

// Missing methods
# define ACE_LACKS_GETHOSTBYADDR
# define ACE_LACKS_GETHOSTBYNAME
# define ACE_LACKS_GETIPNODEBYADDR
# define ACE_LACKS_LISTEN
# define ACE_LACKS_BIND
# define ACE_LACKS_NTOHL
# define ACE_LACKS_HTONL
# define ACE_LACKS_HTONS
# define ACE_LACKS_NTOHS
# define ACE_LACKS_SELECT
# define ACE_LACKS_SOCKET
# define ACE_LACKS_SHUTDOWN
# define ACE_LACKS_SETSOCKOPT
# define ACE_LACKS_INET_ATON
# define ACE_LACKS_INET_ADDR
# define ACE_LACKS_INET_NTOA
# define ACE_LACKS_GET_BCAST_ADDR
# define ACE_LACKS_GETSERVBYNAME
# define ACE_LACKS_ACCEPT
# define ACE_LACKS_CONNECT
# define ACE_LACKS_GETPEERNAME
# define ACE_LACKS_GETSOCKNAME
# define ACE_LACKS_GETSOCKOPT
# define ACE_LACKS_RECV
# define ACE_LACKS_SEND
# define ACE_LACKS_SENDTO
# define ACE_LACKS_RECVFROM
# define ACE_LACKS_RECVMSG
# define ACE_LACKS_SENDMSG
# define ACE_LACKS_GETHOSTBYADDR_R
# define ACE_LACKS_GETPROTOBYNAME
# define ACE_LACKS_GETPROTOBYNUMBER
# define ACE_LACKS_GETSERVBYNAME
# define ACE_LACKS_READV
# define ACE_LACKS_WRITEV
# define ACE_LACKS_SOCKETPAIR
# undef ACE_HAS_MSG

// Missing OS features
# define ACE_LACKS_UNIX_SYSLOG
# define ACE_LACKS_TCP_NODELAY

#endif /* ACE_CONFIG_POSIX_NONETWORKING_H */