From 84504cd90a84aee267aa013e7ae4615eeb7fb25b Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Wed, 20 Mar 2002 03:30:43 +0000 Subject: These do not apply to, and are apparently unnecessary for, the new version. They should have been removed in the commit to this port earlier today, but I did not have these files in my working copy and hence did not experience the errors. Submitted by: Michael W. Holdeman --- misc/bidwatcher/files/patch-fix-hardcoding.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 misc/bidwatcher/files/patch-fix-hardcoding.h (limited to 'misc/bidwatcher/files/patch-fix-hardcoding.h') diff --git a/misc/bidwatcher/files/patch-fix-hardcoding.h b/misc/bidwatcher/files/patch-fix-hardcoding.h deleted file mode 100644 index f6707d47b986..000000000000 --- a/misc/bidwatcher/files/patch-fix-hardcoding.h +++ /dev/null @@ -1,22 +0,0 @@ ---- /dev/null Fri Mar 15 14:13:05 2002 -+++ fix-hardcoding.h Fri Mar 15 14:14:08 2002 -@@ -0,0 +1,19 @@ -+#ifndef _FIX_HARDCODING_H_ -+#define _FIX_HARDCODING_H_ -+ -+#ifdef NEW_CGI_PATH -+#define PATH_CGI_eBayISAPI "/ws/eBayISAPI.dll?" -+#else -+#define PATH_CGI_eBayISAPI "/aw-cgi/eBayISAPI.dll?" -+#endif -+#define PATH_CGI_TimeShow PATH_CGI_eBayISAPI "TimeShow" -+#define PATH_CGI_ViewItem PATH_CGI_eBayISAPI "ViewItem&item=" -+#define PATH_CGI_MakeBid PATH_CGI_eBayISAPI "MakeBid&item=" -+#define PATH_CGI_AcceptBid PATH_CGI_eBayISAPI "AcceptBid&item=" -+#define PATH_CGI_ViewBidItems PATH_CGI_eBayISAPI "MfcISAPICommand=ViewBidItems&userid=" -+#define PATH_CGI_ViewListedItems PATH_CGI_eBayISAPI "ViewListedItems&userid=" -+#define PATH_CGI_ReturnUserEmail PATH_CGI_eBayISAPI "ReturnUserEmail" -+ -+#define DOT_BIDWATCHER "/.bidwatcher" -+ -+#endif /* _FIX_HARDCODING_H_ */ -- cgit v1.2.3