]> granicus.if.org Git - apache/commitdiff
AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSO
authorBill Stoddard <stoddard@apache.org>
Fri, 10 Dec 1999 16:10:42 +0000 (16:10 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 10 Dec 1999 16:10:42 +0000 (16:10 +0000)
emulation breaks with 64-bit compiles of Apache and AIX DSO support is broken
in releases prior to 4.3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84277 13f79535-47bb-0310-9956-ffa450edef68

os/unix/os.h
support/httpd.exp

index 6689dfae5c66d5bab4f37f9fb04b0a400a763ff5..b11394e458ee0740f00297bf3abc0aada5014e7d 100644 (file)
@@ -104,11 +104,14 @@ extern int ap_os_is_path_absolute(const char *file);
 #endif
 
 /*
- * Do not use native AIX DSO support
+ * Do not use native AIX DSO support on releases of AIX prior
+ * to V4.3
  */
 #ifdef AIX
+#if AIX < 43
 #undef HAVE_DLFCN_H
 #endif
+#endif
 
 #ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
index a845d0d413de773da4c788fa6892784c907f9d1a..b6976c210df20a66409b4c108bd2a3c3ad757c14 100644 (file)
@@ -1,4 +1,4 @@
-#!
+#! .
 ap_MD5Encode
 ap_MD5Final
 ap_MD5Init