gnuace: use list of generated files from GENERATED_DIRTY for ADDITIONAL_IDL_TARGETS
[ACE_TAO.git] / ACE / ace / config-face-conftest.h
blob4cf74e11318d3df8473ec60380ffc3dd6dc58526
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_3_PARAM_READDIR_R
20 #define ACE_HAS_CLOCK_GETTIME
21 #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
22 #define ACE_HAS_DIRENT
23 #define ACE_HAS_IPPORT_RESERVED
24 #define ACE_HAS_MSG
25 #define ACE_HAS_POSIX_TIME
26 #define ACE_HAS_POSIX_NONBLOCK
27 #define ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE
28 #define ACE_HAS_PTHREADS
29 #define ACE_HAS_OPAQUE_PTHREAD_T
30 #define ACE_HAS_REENTRANT_FUNCTIONS
31 #define ACE_HAS_SIGINFO_T
32 #define ACE_HAS_SIGWAIT
33 #define ACE_HAS_STRBUF_T
34 #define ACE_HAS_STRERROR_R
35 #define ACE_HAS_STRERROR_R_XSI
36 #define ACE_HAS_THREAD_SPECIFIC_STORAGE
37 #define ACE_HAS_THREADS 1
38 #define ACE_HAS_UCONTEXT_T
40 #define ACE_LACKS_BSD_TYPES
41 #define ACE_LACKS_CADDR_T
42 #define ACE_LACKS_IFCONF
43 #define ACE_LACKS_IFREQ
44 #define ACE_LACKS_IP_MREQ
45 #define ACE_LACKS_ISCTYPE
46 #define ACE_LACKS_MEMORY_H
47 #define ACE_LACKS_SELECT // safetyBase headers are missing select()
48 #define ACE_LACKS_SETENV
49 #define ACE_LACKS_SIGINFO_H
50 #define ACE_LACKS_SYS_IOCTL_H
51 #define ACE_LACKS_SYS_PARAM_H
52 #define ACE_LACKS_SYS_SYSCTL_H
53 #define ACE_LACKS_TIMESPEC_T
54 #define ACE_LACKS_UCONTEXT_H
55 #define ACE_LACKS_UNSETENV
56 #define ACE_LACKS_USECONDS_T
58 #define ACE_HAS_NEW_THROW_SPEC
60 #ifndef stdin
61 # define stdin 0
62 #endif
64 #ifndef stderr
65 # define stderr 0
66 #endif
68 #ifndef stdout
69 # define stdout 0
70 #endif
72 #define NSIG 32
74 #define NFDBITS 64
75 #define FD_ZERO(x)
76 #define FD_SET(x, y)
77 #define FD_CLR(x, y)
78 #define FD_ISSET(x ,y) 0
79 #define ACE_FDS_BITS __0
80 typedef long fd_mask;
82 #define FIONBIO 0x5421
84 typedef unsigned long uintptr_t;
86 #define __FACE_CONFORM____PTRDIFF_T__
87 typedef long ptrdiff_t;
89 #define __FACE_CONFORM____INTPTR_T__
90 typedef long intptr_t;
92 #include "ace/config-posix.h"
93 #include "ace/config-g++-common.h"