mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Defer addition until we have some basic UTF-8 routines
This commit is contained in:
parent
170b97ef54
commit
cc3615314b
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue