summaryrefslogtreecommitdiff
path: root/lib/libfetch/common.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-07-25 11:45:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-07-25 11:45:38 +0000
commit10851dc4ad91601a58cf679252ebc43d2f17e1c9 (patch)
treebd51bf896aec8598a1c25c9f3072efa5f3c1810a /lib/libfetch/common.h
parent8bf72aef7cb07dda3ac534b289efe2dc73b84c5e (diff)
Notes
Diffstat (limited to 'lib/libfetch/common.h')
-rw-r--r--lib/libfetch/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h
index c39e879434b0..970153a59499 100644
--- a/lib/libfetch/common.h
+++ b/lib/libfetch/common.h
@@ -31,6 +31,9 @@
#ifndef _COMMON_H_INCLUDED
#define _COMMON_H_INCLUDED
+#define FTP_DEFAULT_PORT 21
+#define HTTP_DEFAULT_PORT 80
+
/* Structure used for error message lists */
struct fetcherr {
const int num, cat;