]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fix macro redefinition.
authorYang Tse <yangsita@gmail.com>
Sun, 22 Nov 2009 03:51:07 +0000 (03:51 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 22 Nov 2009 03:51:07 +0000 (03:51 +0000)
ares/ares_getopt.h

index 3c8074930ae7d741ef263d072962f88e8b4987e7..63acb3b42323d70984caa1dd5762c50d677d5174 100644 (file)
 
 int ares_getopt(int nargc, char * const nargv[], const char *ostr);
 
+#undef optarg
+#undef optind
+#undef opterr
+#undef optopt
+#undef optreset
+
 #define optarg   ares_optarg
 #define optind   ares_optind
 #define opterr   ares_opterr