3 //=============================================================================
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 */