Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / ace / config-face-conftest.h
blob3df8fcea0ddba5955e6b1f909071d09b743e7837
1 // ACE configuration for building on top of the FACE Conformance Test Suite's
2 // safety base replacement headers for libc and libstdc++.
4 #ifndef ACE_MT_SAFE
5 #define ACE_MT_SAFE 1
6 #endif
8 #define ACE_EMULATE_POSIX_DEVCTL 0
9 #define ACE_HOSTENT_H_ADDR h_addr_list[0]
10 #define ACE_PAGE_SIZE 4096
11 #define ACE_SIZEOF_FLOAT 4
12 #define ACE_SIZEOF_DOUBLE 8
13 #define ACE_SIZEOF_LONG_DOUBLE 16
14 #define ACE_SIZEOF_LONG 8
15 #define ACE_SIZEOF_LONG_LONG 8
16 #define ACE_THREAD_T_IS_A_STRUCT
17 #define ACE_DEFAULT_SEM_KEY {}
19 #define ACE_HAS_CLOCK_GETTIME
20 #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
21 #define ACE_HAS_DIRENT
22 #define ACE_HAS_IPPORT_RESERVED
23 #define ACE_HAS_MSG
24 #define ACE_HAS_POSIX_TIME
25 #define ACE_HAS_POSIX_NONBLOCK
26 #define ACE_HAS_PTHREADS
27 #define ACE_HAS_OPAQUE_PTHREAD_T
28 #define ACE_HAS_REENTRANT_FUNCTIONS
29 #define ACE_HAS_SIGINFO_T
30 #define ACE_HAS_SIGWAIT
31 #define ACE_HAS_STRBUF_T
32 #define ACE_HAS_STRERROR_R
33 #define ACE_HAS_STRERROR_R_XSI
34 #define ACE_HAS_THREAD_SPECIFIC_STORAGE
35 #define ACE_HAS_THREADS 1
36 #define ACE_HAS_UCONTEXT_T
38 #define ACE_LACKS_BSD_TYPES
39 #define ACE_LACKS_CADDR_T
40 #define ACE_LACKS_IFCONF
41 #define ACE_LACKS_IFREQ
42 #define ACE_LACKS_IP_MREQ
43 #define ACE_LACKS_ISCTYPE
44 #define ACE_LACKS_SELECT // safetyBase headers are missing select()
45 #define ACE_LACKS_SETENV
46 #define ACE_LACKS_SIGINFO_H
47 #define ACE_LACKS_SYS_IOCTL_H
48 #define ACE_LACKS_SYS_PARAM_H
49 #define ACE_LACKS_SYS_SYSCTL_H
50 #define ACE_LACKS_TIMESPEC_T
51 #define ACE_LACKS_UCONTEXT_H
52 #define ACE_LACKS_UNSETENV
53 #define ACE_LACKS_USECONDS_T
55 #define ACE_HAS_NEW_THROW_SPEC
57 #ifndef stdin
58 # define stdin 0
59 #endif
61 #ifndef stderr
62 # define stderr 0
63 #endif
65 #ifndef stdout
66 # define stdout 0
67 #endif
69 #define NSIG 32
71 #define NFDBITS 64
72 #define FD_ZERO(x)
73 #define FD_SET(x, y)
74 #define FD_CLR(x, y)
75 #define FD_ISSET(x ,y) 0
76 #define ACE_FDS_BITS __0
77 typedef long fd_mask;
79 #define FIONBIO 0x5421
81 typedef unsigned long uintptr_t;
83 #define __FACE_CONFORM____PTRDIFF_T__
84 typedef long ptrdiff_t;
86 #define __FACE_CONFORM____INTPTR_T__
87 typedef long intptr_t;
89 #include "ace/config-posix.h"
90 #include "ace/config-g++-common.h"