From acd32889f49328cccfdb4be351141a098ef2ae5c Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 5 Dec 1999 21:22:45 +0000 Subject: expose enough of the legacy fdio interface to compile rpmfind/rpm2html. CVS patchset: 3457 CVS date: 1999/12/05 21:22:45 --- lib/url.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index 74d2eac0f..25fead34e 100644 --- a/lib/url.c +++ b/lib/url.c @@ -13,6 +13,10 @@ #include #include +#ifndef IPPORT_HTTP +#define IPPORT_HTTP 80 +#endif + /*@access urlinfo@*/ #define URL_IOBUF_SIZE 4096 -- cgit v1.2.3