]> git.sur5r.net Git - openldap/commitdiff
Defer addition until we have some basic UTF-8 routines
authorKurt Zeilenga <kurt@openldap.org>
Wed, 25 Aug 1999 21:27:39 +0000 (21:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 25 Aug 1999 21:27:39 +0000 (21:27 +0000)
libraries/libldap/dn.c

index 7e77493806aa96dfc30391942dbc44260bb55955..c01a8c9620c88035e6549e98fbf61bbf588be524 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "ldap-int.h"
 
+#if 0
+/* this should wait for UTF-8 routines */
+
 #define B4LEADTYPE             0
 #define B4TYPE                 1
 #define INOIDTYPE              2
@@ -331,3 +334,5 @@ char * ldap_dn_rdn(
 
        return( rdn );
 }
+
+#endif