From: Kurt Zeilenga Date: Thu, 18 May 2000 16:13:02 +0000 (+0000) Subject: Map getopt symbols to new names to avoid conflicts X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2922 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c227e10b4333cd08618ac42ecec6fb49649ee03;p=openldap Map getopt symbols to new names to avoid conflicts --- diff --git a/include/getopt-compat.h b/include/getopt-compat.h index ae59379bf3..ca23e4b776 100644 --- a/include/getopt-compat.h +++ b/include/getopt-compat.h @@ -18,6 +18,13 @@ 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 (int) optind, opterr, optopt;