Map getopt symbols to new names to avoid conflicts

This commit is contained in:
Kurt Zeilenga 2000-05-18 16:13:02 +00:00
parent 1d00cd34c5
commit 3c227e10b4

View file

@ -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;