summaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-05 21:22:45 +0000
committerjbj <devnull@localhost>1999-12-05 21:22:45 +0000
commitacd32889f49328cccfdb4be351141a098ef2ae5c (patch)
tree668370e5d4a6b8fa9dd6ce14ec354c6f596a3000 /lib/url.c
parentb80c6385f40de1c066e27eadc08cde7ff025a1f4 (diff)
downloadlibrpm-tizen-acd32889f49328cccfdb4be351141a098ef2ae5c.tar.gz
librpm-tizen-acd32889f49328cccfdb4be351141a098ef2ae5c.tar.bz2
librpm-tizen-acd32889f49328cccfdb4be351141a098ef2ae5c.zip
expose enough of the legacy fdio interface to compile rpmfind/rpm2html.
CVS patchset: 3457 CVS date: 1999/12/05 21:22:45
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c4
1 files changed, 4 insertions, 0 deletions
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 <rpmio.h>
#include <rpmurl.h>
+#ifndef IPPORT_HTTP
+#define IPPORT_HTTP 80
+#endif
+
/*@access urlinfo@*/
#define URL_IOBUF_SIZE 4096