From: Kurt Zeilenga Date: Wed, 25 Aug 1999 21:27:39 +0000 (+0000) Subject: Defer addition until we have some basic UTF-8 routines X-Git-Tag: TWEB_OL_BASE~112 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc3615314b0f78aaf41fe79be721dac3490ba585;p=openldap Defer addition until we have some basic UTF-8 routines --- diff --git a/libraries/libldap/dn.c b/libraries/libldap/dn.c index 7e77493806..c01a8c9620 100644 --- a/libraries/libldap/dn.c +++ b/libraries/libldap/dn.c @@ -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