15be191c34
Update the port to use the moz prefix before the library and header file names in order to pick up the Mozilla versions of those files. This change is necesary now that ldapsdk has been updated to use those prefixes to distinguish it from Openldap. PR: ports/22721 Submitted by: "Charles N. Owens" <owensc@enc.edu>
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
--- API.xs.orig Thu Aug 24 22:13:31 2000
|
|
+++ API.xs Thu Aug 24 22:11:55 2000
|
|
@@ -37,8 +37,8 @@
|
|
#endif
|
|
|
|
/* LDAP C SDK Include Files */
|
|
-#include <lber.h>
|
|
-#include <ldap.h>
|
|
+#include <mozlber.h>
|
|
+#include <mozldap.h>
|
|
|
|
/* SSL is only available in Binary */
|
|
#ifdef USE_SSL
|