00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ACE_CONFIG_DOXYGEN_H
00016 #define ACE_CONFIG_DOXYGEN_H
00017
00018
00019 #define __ACE_INLINE__
00020
00021
00022 #define ACE_HAS_WCHAR
00023
00024
00025
00026 #define ACE_LACKS_ITOW
00027 #define ACE_LACKS_STRCASECMP
00028 #define ACE_LACKS_STRRCHR
00029 #define ACE_LACKS_WCSCAT
00030 #define ACE_LACKS_WCSCHR
00031 #define ACE_LACKS_WCSCMP
00032 #define ACE_LACKS_WCSCPY
00033 #define ACE_LACKS_WCSICMP
00034 #define ACE_LACKS_WCSLEN
00035 #define ACE_LACKS_WCSNCAT
00036 #define ACE_LACKS_WCSNCMP
00037 #define ACE_LACKS_WCSNCPY
00038 #define ACE_LACKS_WCSNICMP
00039 #define ACE_LACKS_WCSPBRK
00040 #define ACE_LACKS_WCSRCHR
00041 #define ACE_LACKS_WCSCSPN
00042 #define ACE_LACKS_WCSSPN
00043 #define ACE_LACKS_WCSSTR
00044
00045
00046 #define ACE_HAS_THREADS
00047
00048
00049
00050 #define ACE_WIN32
00051 #define ACE_HAS_WIN32_OVERLAPPED_IO
00052 #define ACE_HAS_WINSOCK2 1
00053
00054
00055 #define ACE_HAS_AIO_CALLS
00056
00057
00058 #define ACE_HAS_TLI
00059
00060
00061 #define ACE_HAS_SSL 1
00062
00063
00064 #define ACE_HAS_EXCEPTIONS
00065
00066
00067 #define ACE_COMPILE_TIMEPROBES
00068
00069
00070 #define UNICODE
00071
00072
00073
00074 #define ACE_YY_USE_PROTOS
00075
00076
00077 #define TAO_HAS_RT_CORBA 1
00078 #define TAO_HAS_MINIMUM_CORBA 0
00079 #define TAO_HAS_AMI 1
00080 #define TAO_HAS_INTERCEPTORS 1
00081 #define TAO_HAS_SCIOP 1
00082 #define TAO_HAS_COIOP 1
00083 #define TAO_HAS_TRANSPORT_CURRENT 1
00084
00085
00086 #define ACE_HAS_TOKENS_LIBRARY
00087
00088
00089 #define ACE_HAS_ATM
00090
00091
00092 #define ACE_HAS_XTI_ATM
00093
00094
00095 #define ACE_HAS_DEV_POLL
00096
00097
00098 #define ACE_HAS_TEMPLATE_TYPEDEFS
00099
00100
00101 #define ACE_HAS_LOG_MSG_NT_EVENT_LOG
00102
00103
00104 #define ACE_HAS_ICMP_SUPPORT 1
00105
00106
00107 #define ACE_USE_RCSID 0
00108
00109
00110
00111 #define OPENSSL_VERSION_NUMBER 0x00905820L
00112
00113
00114 #define ACE_HAS_IPV6
00115
00116
00117 #define ACE_HAS_NETLINK
00118
00119 #define ACE_HAS_IP_MULTICAST
00120
00121 #endif