Changeset 2093 for box/trunk/lib/common/BoxPlatform.h
- Timestamp:
- 25/02/2008 00:48:07 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/BoxPlatform.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/BoxPlatform.h
r2054 r2093 166 166 #endif 167 167 168 // Solaris has no dirfd(x) macro or function, and we need one .169 // We cannot define macros with arguments directly using AC_DEFINE,170 // so do it here instead of in configure.ac.168 // Solaris has no dirfd(x) macro or function, and we need one for 169 // intercept tests. We cannot define macros with arguments directly 170 // using AC_DEFINE, so do it here instead of in configure.ac. 171 171 172 #if ! HAVE_DECL_DIRFD172 #if ! defined PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE && ! HAVE_DECL_DIRFD 173 173 #ifdef HAVE_DIR_D_FD 174 174 #define dirfd(x) (x)->d_fd
Note: See TracChangeset
for help on using the changeset viewer.
