diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-06-22 14:36:36 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-06-22 14:36:36 +0000 |
commit | 73995fc2aed8cd7945648eea24c1d9ec787004b2 (patch) | |
tree | d940ffe88137e40494913766e7b2caf665bda358 /ace/config-linux-common.h | |
parent | 7b86f30384a0c98fc73f89515d7bd00183eeb3b6 (diff) | |
download | ATCD-73995fc2aed8cd7945648eea24c1d9ec787004b2.tar.gz |
ChangeLogTag: Tue Jun 22 07:27:27 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 83706937da4..e0e3f9deddb 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -293,7 +293,8 @@ // Compiler/platform contains the <sys/syscall.h> file. #define ACE_HAS_SYSCALL_H -#define ACE_HAS_SUNOS4_GETTIMEOFDAY +// Platform/compiler supports void * as second parameter to gettimeofday(). +#define ACE_HAS_VOIDPTR_GETTIMEOFDAY // Compiler/platform supports strerror (). #define ACE_HAS_STRERROR |