summaryrefslogtreecommitdiff
path: root/ACE/ace/config-vxworks21.03.h
blob: 5d5f8489bea01b2a6abe974c769b4abc2aa24588 (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
/* -*- C++ -*- */
// The following configuration file is designed to work for VxWorks
// 21.03 platforms using one of these compilers:
// 1) The llvm compiler that is shipped with VxWorks 21.03

#ifndef ACE_CONFIG_VXWORKS_21_03_H
#define ACE_CONFIG_VXWORKS_21_03_H
#include /**/ "ace/pre.h"

#include "ace/config-vxworks7.0.h"

#if defined (__RTP__)
# include "semLibCommon.h"
# define ACE_LACKS_IF_NAMEINDEX
# define ACE_LACKS_FGETWC
#else
# undef ACE_MKDIR_LACKS_MODE
# define ACE_LACKS_GETPID
#endif

#undef  ACE_SIZEOF_WCHAR
#define ACE_SIZEOF_WCHAR 4

#define ACE_HAS_SOCKLEN_T

#undef ACE_LACKS_GETSERVBYNAME
#undef ACE_LACKS_GETPROTOBYNAME
#undef ACE_LACKS_GETPROTOBYNUMBER
#undef ACE_LACKS_GETIPNODEBYADDR
#undef ACE_LACKS_LSTAT
#undef ACE_LACKS_MKFIFO
#undef ACE_LACKS_MKSTEMP
#undef ACE_LACKS_READLINK
#undef ACE_LACKS_REALPATH
#undef ACE_LACKS_PIPE
#undef ACE_LACKS_UMASK
#undef ACE_LACKS_TEMPNAM
#undef ACE_HAS_SIGTIMEDWAIT
#undef ACE_HAS_SIGSUSPEND
#undef ACE_HAS_GETIFADDRS

#undef ACE_LACKS_SETEGID
#undef ACE_LACKS_SETUID
#undef ACE_LACKS_SETEUID
#undef ACE_LACKS_GETEUID
#undef ACE_LACKS_GETUID
#undef ACE_LACKS_GETEGID
#undef ACE_LACKS_GETGID
#undef ACE_LACKS_SETGID

#undef ACE_LACKS_SYS_UIO_H
#undef ACE_LACKS_TERMIOS_H
#undef ACE_LACKS_FCNTL
#undef ACE_HAS_CHARPTR_SOCKOPT

#undef ACE_LACKS_INTPTR_T
#undef ACE_LACKS_INTTYPES_H
#undef ACE_LACKS_STDINT_H
#undef ACE_LACKS_SYS_TIME_H
#undef ACE_LACKS_SYS_SELECT_H
#undef ACE_HAS_SIZET_PTR_ASCTIME_R_AND_CTIME_R
#undef ACE_LACKS_SEARCH_H

#undef ACE_LACKS_TZSET
#undef ACE_LACKS_ISWCTYPE
#undef ACE_LACKS_ISBLANK

#undef ACE_LACKS_RAND_R

#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_VXWORKS_21_03_H */