From 3c227e10b4333cd08618ac42ecec6fb49649ee03 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 18 May 2000 16:13:02 +0000 Subject: [PATCH] Map getopt symbols to new names to avoid conflicts --- include/getopt-compat.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.39.5