Also use Objects as part of an operation but as a result don't generate Any operation...
[ACE_TAO.git] / ACE / ace / config-aix-7.h
blob3864490ce400619153947485c5b7b5dad977d19a
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file config-aix-7.h
7 * This is the config file for AIX 7 and higher.
9 * @author Steve Huston <shuston@riverace.com>
11 //=============================================================================
13 #ifndef ACE_CONFIG_AIX_7_H
14 #define ACE_CONFIG_AIX_7_H
16 // Diffs from prior AIX versions are related to scandir() arguments.
17 #include "ace/config-aix-5.x.h"
19 #ifdef ACE_SCANDIR_CMP_USES_VOIDPTR
20 # undef ACE_SCANDIR_CMP_USES_VOIDPTR
21 #endif /* ACE_SCANDIR_CMP_USES_VOIDPTR */
23 #ifdef ACE_SCANDIR_SEL_LACKS_CONST
24 # undef ACE_SCANDIR_SEL_LACKS_CONST
25 #endif /* ACE_SCANDIR_SEL_LACKS_CONST */
27 #endif /* ACE_CONFIG_AIX_7_H */