mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Map getopt symbols to new names to avoid conflicts
This commit is contained in:
parent
1d00cd34c5
commit
3c227e10b4
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@
|
||||||
|
|
||||||
LDAP_BEGIN_DECL
|
LDAP_BEGIN_DECL
|
||||||
|
|
||||||
|
/* change symbols to avoid clashing */
|
||||||
|
#define optarg lutil_optarg
|
||||||
|
#define optind lutil_optind
|
||||||
|
#define opterr lutil_opterr
|
||||||
|
#define optopt lutil_optopt
|
||||||
|
#define getopt lutil_getopt
|
||||||
|
|
||||||
LIBLUTIL_F (char *) optarg;
|
LIBLUTIL_F (char *) optarg;
|
||||||
LIBLUTIL_F (int) optind, opterr, optopt;
|
LIBLUTIL_F (int) optind, opterr, optopt;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue