Fixed typos
[ACE_TAO.git] / ACE / ace / config-posix-nonetworking.h
blob23e33eccc2dc0e02a73cf46fcbbf992977e9ced9
1 /* -*- C -*- */
2 /* The following configuration file is designed to work for RTEMS
3 platforms using GNU C.
4 */
6 #ifndef ACE_CONFIG_POSIX_NONETWORKING_H
7 #define ACE_CONFIG_POSIX_NONETWORKING_H
9 // Missing header files
10 # define ACE_LACKS_SYS_UIO_H
11 # define ACE_LACKS_SYS_SOCKET_H
12 # define ACE_LACKS_NETINET_IN_H
13 # define ACE_LACKS_NETDB_H
14 # define ACE_LACKS_ARPA_INET_H
15 # define ACE_LACKS_SYS_SELECT_H
16 # define ACE_LACKS_NET_IF_H
17 # define ACE_LACKS_SYSLOG_H
18 # define ACE_LACKS_SYS_UN_H
19 # define ACE_LACKS_MEMORY_H
20 # define ACE_LACKS_SYS_SYSCTL_H
21 # define ACE_LACKS_NETINET_TCP_H
23 // Missing types
24 # define ACE_LACKS_IOVEC
25 # define ACE_LACKS_IN_ADDR
26 # define ACE_LACKS_SOCKADDR_IN
27 # define ACE_LACKS_SOCKADDR_UN
28 # define ACE_LACKS_HOSTENT
29 # define ACE_LACKS_SOCKADDR
30 # define ACE_LACKS_IP_MREQ
31 # define ACE_LACKS_PROTOENT
32 # define ACE_LACKS_SERVENT
33 # define ACE_LACKS_IFREQ
34 # define ACE_LACKS_IFCONF
35 # define ACE_LACKS_LINGER
37 // Missing methods
38 # define ACE_LACKS_GETHOSTBYADDR
39 # define ACE_LACKS_GETHOSTBYNAME
40 # define ACE_LACKS_GETIPNODEBYADDR
41 # define ACE_LACKS_LISTEN
42 # define ACE_LACKS_BIND
43 # define ACE_LACKS_NTOHL
44 # define ACE_LACKS_HTONL
45 # define ACE_LACKS_HTONS
46 # define ACE_LACKS_NTOHS
47 # define ACE_LACKS_SELECT
48 # define ACE_LACKS_SOCKET
49 # define ACE_LACKS_SHUTDOWN
50 # define ACE_LACKS_SETSOCKOPT
51 # define ACE_LACKS_INET_ATON
52 # define ACE_LACKS_INET_ADDR
53 # define ACE_LACKS_INET_NTOA
54 # define ACE_LACKS_GET_BCAST_ADDR
55 # define ACE_LACKS_GETHOSTENT
56 # define ACE_LACKS_GETSERVBYNAME
57 # define ACE_LACKS_ACCEPT
58 # define ACE_LACKS_CONNECT
59 # define ACE_LACKS_GETPEERNAME
60 # define ACE_LACKS_GETSOCKNAME
61 # define ACE_LACKS_GETSOCKOPT
62 # define ACE_LACKS_RECV
63 # define ACE_LACKS_SEND
64 # define ACE_LACKS_SENDTO
65 # define ACE_LACKS_RECVFROM
66 # define ACE_LACKS_RECVMSG
67 # define ACE_LACKS_SENDMSG
68 # define ACE_LACKS_GETHOSTBYADDR_R
69 # define ACE_LACKS_GETPROTOBYNAME
70 # define ACE_LACKS_GETPROTOBYNUMBER
71 # define ACE_LACKS_GETSERVBYNAME
72 # define ACE_LACKS_READV
73 # define ACE_LACKS_WRITEV
74 # define ACE_LACKS_SOCKETPAIR
75 # undef ACE_HAS_MSG
77 // Missing OS features
78 # define ACE_LACKS_UNIX_SYSLOG
79 # define ACE_LACKS_TCP_NODELAY
81 // Missing ACE features
82 # define ACE_DISABLE_NOTIFY_PIPE_DEFAULT 1
84 #endif /* ACE_CONFIG_POSIX_NONETWORKING_H */