Make sure that IPPORT_FTP is defined.

CVS patchset: 3585
CVS date: 2000/02/24 05:41:47
This commit is contained in:
jbj 2000-02-24 05:41:47 +00:00
parent 1cd98cb04c
commit fc45026a9e
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
#include <rpmio.h>
#include <rpmurl.h>
#ifndef IPPORT_FTP
#define IPPORT_FTP 21
#endif
#ifndef IPPORT_HTTP
#define IPPORT_HTTP 80
#endif