summaryrefslogtreecommitdiffstats
path: root/lib/ldaputil
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-04-18 20:45:01 +0000
committerNathan Kinder <nkinder@redhat.com>2005-04-18 20:45:01 +0000
commite92ef06ca32689a87e4c0c9eb15b1df0f442d98e (patch)
treec9cdea077e7bd147732b01242ca99a60c06dd00d /lib/ldaputil
parent365804864dd9f87d93dfc7d6c557f5bd1ad2397e (diff)
downloadds-e92ef06ca32689a87e4c0c9eb15b1df0f442d98e.tar.gz
ds-e92ef06ca32689a87e4c0c9eb15b1df0f442d98e.tar.xz
ds-e92ef06ca32689a87e4c0c9eb15b1df0f442d98e.zip
HP-UX IPF Porting changes
Diffstat (limited to 'lib/ldaputil')
-rw-r--r--lib/ldaputil/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ldaputil/init.c b/lib/ldaputil/init.c
index 935ec081..371d6972 100644
--- a/lib/ldaputil/init.c
+++ b/lib/ldaputil/init.c
@@ -56,7 +56,11 @@
#define FILE_PATHSEP '/'
#endif
#ifdef HPUX
+#ifdef __ia64
+#define DLL_SUFFIX ".so"
+#else
#define DLL_SUFFIX ".sl"
+#endif
#else
#define DLL_SUFFIX ".so"
#endif