summaryrefslogtreecommitdiff
path: root/ACE/ace/config-rtems.h
blob: 9379c2ffc19fb8ff5e7b06c42297cc665dc0851d (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
/* -*- C -*- */
// $Id$

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

#ifndef ACE_CONFIG_H
#define ACE_CONFIG_H

#if ! defined (__ACE_INLINE__)
#define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */

// Needed to make some prototypes visible.
// #if ! defined (_GNU_SOURCE)
// #define _GNU_SOURCE
// #endif /* ! _GNU_SOURCE */

// First the machine specific part
//   There are no known port specific issues with the RTEMS port of ACE.
//   XXX Pentium and PowerPC have high res timer support in ACE.

// Then the compiler specific parts
#if defined (__GNUG__)
  // config-g-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so
  // this must appear before its #include.
# define ACE_HAS_STRING_CLASS
# include "ace/config-g++-common.h"
#else  /* ! __GNUG__  */
#  ifdef __cplusplus  /* Let it slide for C compilers. */
#   error unsupported compiler in ace/config-rtems.h
#  endif  /* __cplusplus */
#endif /* ! __GNUG__ && ! __KCC */

// Completely common part :-)

#define ACE_HAS_NONSTATIC_OBJECT_MANAGER

#if !defined (ACE_MAIN)
# define ACE_MAIN ace_main
#endif /* ! ACE_MAIN */

#define ACE_LACKS_REGEX_H
#define ACE_LACKS_STROPTS_H
#define ACE_LACKS_DLFCN_H
#define ACE_LACKS_SIGINFO_H
#define ACE_LACKS_SYS_IPC_H
#define ACE_LACKS_SYS_SEM_H
#define ACE_LACKS_SUSECONDS_T
#define ACE_LACKS_STRINGS_H
#define ACE_LACKS_SYS_SHM_H
#define ACE_LACKS_SETEGID
#define ACE_LACKS_SETEUID
#define ACE_LACKS_POLL_H
#define ACE_HAS_NONCONST_SELECT_TIMEVAL
#define ACE_LACKS_STRCASECMP
#define ACE_LACKS_MKSTEMP
#define ACE_LACKS_PUTENV
#define ACE_LACKS_STRDUP
#define ACE_LACKS_STRTOK_R
#define ACE_LACKS_RAND_REENTRANT_FUNCTIONS
#define ACE_LACKS_REALPATH
#define ACE_LACKS_TEMPNAM
#define ACE_LACKS_INTPTR_T

// Temporarily, enabling this results in compile errors with
// rtems 4.6.6.
#define ACE_LACKS_WCHAR_H

// Yes, we do have threads.
#define ACE_HAS_THREADS
// And they're even POSIX pthreads (MIT implementation)
#define ACE_HAS_PTHREADS
// ... and the final standard even!
#define ACE_HAS_PTHREADS_STD
#define ACE_HAS_THREAD_SPECIFIC_STORAGE

// XXX thread defines go here
#define ACE_MT_SAFE 1
#define ACE_PAGE_SIZE 4096
#define ACE_HAS_ALT_CUSERID
#define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
#define ACE_HAS_CLOCK_GETTIME
#define ACE_HAS_CLOCK_SETTIME
#define ACE_HAS_DIRENT
#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
#define ACE_HAS_MEMCHR
#define ACE_HAS_MSG
#define ACE_HAS_MT_SAFE_MKTIME
#define ACE_HAS_POSIX_SEM
#define ACE_HAS_POSIX_TIME
#define ACE_HAS_REENTRANT_FUNCTIONS
#define ACE_HAS_SIGACTION_CONSTP2
#define ACE_HAS_SIGINFO_T
#define ACE_HAS_SIGSUSPEND
#define ACE_HAS_SSIZE_T
#define ACE_HAS_STRERROR
#define ACE_HAS_VOIDPTR_GETTIMEOFDAY
#define ACE_HAS_SYS_ERRLIST
#define ACE_HAS_SYS_FILIO_H
#define ACE_HAS_TIMEZONE_GETTIMEOFDAY
#define ACE_LACKS_EXEC
#define ACE_LACKS_FILELOCKS
#define ACE_LACKS_FORK
#define ACE_LACKS_GETPGID
#define ACE_LACKS_TIMESPEC_T
#define ACE_LACKS_MADVISE
#define ACE_LACKS_MKFIFO
#define ACE_LACKS_MMAP
#define ACE_LACKS_MPROTECT
#define ACE_LACKS_MSYNC
#define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS
#define ACE_LACKS_PTHREAD_THR_SIGSETMASK
#define ACE_LACKS_READDIR_R
#define ACE_LACKS_READLINK
#define ACE_HAS_NONCONST_READV
#define ACE_LACKS_READV
#define ACE_LACKS_RLIMIT
#define ACE_LACKS_RLIMIT_PROTOTYPE
#define ACE_LACKS_RWLOCK_T
#define ACE_LACKS_SBRK
#define ACE_LACKS_SEMBUF_T
#define ACE_LACKS_SETREUID
#define ACE_LACKS_SETREUID_PROTOTYPE
#define ACE_LACKS_SETREGID
#define ACE_LACKS_SETREGID_PROTOTYPE
#define ACE_LACKS_STRPTIME
#define ACE_LACKS_STRRECVFD
#define ACE_LACKS_SI_ADDR
#define ACE_LACKS_SOCKETPAIR
#define ACE_LACKS_SYS_MSG_H
#define ACE_LACKS_SYSV_SHMEM
#define ACE_LACKS_SYSCALL
#define ACE_LACKS_UCONTEXT_H
#define ACE_HAS_NONCONST_WRITEV
#define ACE_LACKS_WRITEV
#define ACE_NEEDS_HUGE_THREAD_STACKSIZE 65536
#define ACE_NEEDS_SCHED_H
#define ACE_HAS_POSIX_NONBLOCK
#define ACE_LACKS_FDOPEN
#define ACE_HAS_TERMIOS

#if defined (ACE_LACKS_NETWORKING)

// 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
# undef ACE_HAS_MSG

// Missing OS features
# define ACE_LACKS_UNIX_SYSLOG
# define ACE_LACKS_TCP_NODELAY

#endif

#endif /* ACE_CONFIG_H */