mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
s/METAPHONE/SLAPD_METAPHONE/
This commit is contained in:
parent
19091cee32
commit
948f31cd85
@ -16,8 +16,8 @@
|
||||
|
||||
#include "slap.h"
|
||||
|
||||
#if !defined(METAPHONE) && !defined(SLAPD_PHONETIC)
|
||||
#define METAPHONE
|
||||
#if !defined(SLAPD_METAPHONE) && !defined(SLAPD_PHONETIC)
|
||||
#define SLAPD_METAPHONE
|
||||
#endif
|
||||
|
||||
#define iswordbreak(x) (!isascii(x) || isspace((unsigned char) (x)) || \
|
||||
@ -162,7 +162,7 @@ phonetic( char *s )
|
||||
}
|
||||
|
||||
#else
|
||||
#if defined(METAPHONE)
|
||||
#if defined(SLAPD_METAPHONE)
|
||||
|
||||
/*
|
||||
* Metaphone copied from C Gazette, June/July 1991, pp 56-57,
|
||||
|
Loading…
Reference in New Issue
Block a user