--- ace/config.h.orig 1970-01-01 09:00:00.000000000 +0900 +++ ace/config.h 2008-07-06 03:06:06.000000000 +0900 @@ -0,0 +1,8 @@ +#ifndef ACE_CONFIG_H +#define ACE_CONFIG_H + +#define ACE_HAS_IPV6 +#define ACE_GCC_HAS_TEMPLATE_INSTANTIATION_VISIBILITY_ATTRS 1 +#include "ace/config-linux.h" + +#endif /* ACE_CONFIG_H */