summaryrefslogtreecommitdiff
path: root/ace/config-hpux11.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-05-11 17:30:03 +0000
committerSteve Huston <shuston@riverace.com>1998-05-11 17:30:03 +0000
commit0a91a6d5b4c0fd0dda2cc67a22b9805b9e71fd63 (patch)
tree43f73370a570d78403ff63bd1f97c40195372c74 /ace/config-hpux11.h
parentc3b64cde8bc1f044997814489d653e5009eb4cc4 (diff)
downloadATCD-0a91a6d5b4c0fd0dda2cc67a22b9805b9e71fd63.tar.gz
Set shared lib path info explicitly
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r--ace/config-hpux11.h7
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__ */
//////////////////////////////////////////////////////////////////////////
//