mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Clean up some #else #if 'ing
This commit is contained in:
parent
9f4d662f87
commit
8975676fa4
1 changed files with 2 additions and 4 deletions
|
|
@ -161,8 +161,7 @@ phonetic( char *s )
|
|||
return( ch_strdup( phoneme ) );
|
||||
}
|
||||
|
||||
#else
|
||||
#if defined(SLAPD_METAPHONE)
|
||||
#elif defined(SLAPD_METAPHONE)
|
||||
|
||||
/*
|
||||
* Metaphone copied from C Gazette, June/July 1991, pp 56-57,
|
||||
|
|
@ -432,5 +431,4 @@ phonetic( char *Word )
|
|||
return( ch_strdup( buf ) );
|
||||
}
|
||||
|
||||
#endif /* metaphone */
|
||||
#endif /* SLAPD_PHONETIC */
|
||||
#endif /* SLAPD_METAPHONE */
|
||||
|
|
|
|||
Loading…
Reference in a new issue