diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-06 15:00:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-06 15:00:42 +0000 |
commit | debd1e67c6e0617bb35f1c821a3e3efce7a05885 (patch) | |
tree | 24bed314bf7d35dc6741d418b63a26f72777eaea /ace/config-hpux-10.x.h | |
parent | 771c75f67cf2c6f46bc191fdf267d2848e993408 (diff) | |
download | ATCD-debd1e67c6e0617bb35f1c821a3e3efce7a05885.tar.gz |
removed ACE_LACKS_KEYDELETE because it's no longer used
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 799f09cccc9..1badf95918e 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -211,9 +211,6 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ // Platform lacks pthread_attr_setdetachstate() # define ACE_LACKS_SETDETACH -// Platform lacks TSS keydelete -# define ACE_LACKS_KEYDELETE - // Platform lacks pthread_attr_setscope # define ACE_LACKS_THREAD_PROCESS_SCOPING |