diff options
author | Steve Huston <shuston@riverace.com> | 1998-05-11 17:30:46 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-05-11 17:30:46 +0000 |
commit | 5436d6a697f40edb6ca9315f64c9c1cbb0129153 (patch) | |
tree | c378da22862a59b63fd47be1b7d63e1badde2bfb /ace/config-hpux-10.x.h | |
parent | 0c1cb54d7351937d1fd9ffcdd441b301ba470747 (diff) | |
download | ATCD-5436d6a697f40edb6ca9315f64c9c1cbb0129153.tar.gz |
Set the shared lib components explicitly
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index fcbe4a22275..e26f192392a 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -129,6 +129,10 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ // Platform lacks readers/writer locks. #define ACE_LACKS_RWLOCK_T +// Shared library path/search components +#define ACE_DLL_SUFFIX ".sl" +#define ACE_LD_SEARCH_PATH "SHLIB_PATH" + ////////////////////////////////////////////////////////////////////////// // // STREAMS information |