summaryrefslogtreecommitdiff
path: root/misc/bidwatcher/files/patch-fix-hardcoding.h
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2002-03-20 03:30:43 +0000
committerMatthew Hunt <mph@FreeBSD.org>2002-03-20 03:30:43 +0000
commit84504cd90a84aee267aa013e7ae4615eeb7fb25b (patch)
tree6185f2fb074cf9e678a8a6fc3c822643aafe5305 /misc/bidwatcher/files/patch-fix-hardcoding.h
parentadd divxcalc 0.2 (diff)
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 <ptfd9100@beanstalk.net>
Diffstat (limited to 'misc/bidwatcher/files/patch-fix-hardcoding.h')
-rw-r--r--misc/bidwatcher/files/patch-fix-hardcoding.h22
1 files changed, 0 insertions, 22 deletions
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_ */