1 #ifndef ACE_CONFIG_H_INCLUDED
2 #define ACE_CONFIG_H_INCLUDED
3 #ifdef __FreeBSD_kernel__
4 #include "ace/config-kfreebsd.h"
6 #include "ace/config-hurd.h"
9 * Macros that were enabled in Debian are stored here.
11 * Rationale: those were captured in the generated libraries on
12 * compilation; hence the same values must be used when including
13 * ACE+TAO headers, to avoid unexpected results.
16 #define ACE_HAS_IPV6 1
19 #ifndef ACE_USES_IPV4_IPV6_MIGRATION
20 #define ACE_USES_IPV4_IPV6_MIGRATION 1
23 #ifndef __ACE_INLINE__
24 #define __ACE_INLINE__
27 #include "ace/config-linux.h"
28 #endif // __FreeBSD_version
29 #endif /* ACE_CONFIG_H_INCLUDED */