diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-23 22:17:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-23 22:17:35 +0000 |
commit | e181d4dbafa7d900751f48df6848017099696a78 (patch) | |
tree | 7ab4fee69e28add09a5a648539c49b7d44468422 /ace/config-hpux-10.x.h | |
parent | a7051d46eafd993eb0d1ac5c33f6b7a9c8b95f00 (diff) | |
download | ATCD-e181d4dbafa7d900751f48df6848017099696a78.tar.gz |
ChangeLogTag:Tue Sep 23 17:11:44 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 69d59cf93bb..6042c64cb31 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -50,6 +50,8 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ // threads-related information. If _ACE_HPUX_USE_DCETHREADS is defined, // the DCE threading definitions will be set up for the build. If it // is not defined, ACE will be built without thread support. +// Of course, you must have DCE threads installed if you want to use +// this. #define _ACE_HPUX_USE_DCETHREADS |