diff options
author | Steve Huston <shuston@riverace.com> | 1998-05-11 17:30:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-05-11 17:30:03 +0000 |
commit | 0a91a6d5b4c0fd0dda2cc67a22b9805b9e71fd63 (patch) | |
tree | 43f73370a570d78403ff63bd1f97c40195372c74 | |
parent | c3b64cde8bc1f044997814489d653e5009eb4cc4 (diff) | |
download | ATCD-0a91a6d5b4c0fd0dda2cc67a22b9805b9e71fd63.tar.gz |
Set shared lib path info explicitly
-rw-r--r-- | ace/config-hpux11.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index 5058ef5c70c..206c33d977d 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -143,6 +143,13 @@ // Platform lacks a typedef for timespec_t, but has struct timespec #define ACE_LACKS_TIMESPEC_T +// Shared library name/path components +#define ACE_DLL_SUFFIX ".sl" +#if defined (__LP64__) +# define ACE_LD_SEARCH_PATH "LD_LIBRARY_PATH" +#else +# define ACE_LD_SEARCH_PATH "SHLIB_PATH" +#endif /* __LP64__ */ ////////////////////////////////////////////////////////////////////////// // |