summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/defaults.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-13 21:03:46 +0000
committerache <ache@FreeBSD.org>1994-12-13 21:03:46 +0000
commit7afd3ed953261aa6627972d3aa9f179d714460ad (patch)
tree0cb1d4d4584a28ddfb61ffc23deb2f45c57e522b /usr.bin/ncftp/defaults.h
parenta85aedfaeed91a85cc9a234b8c434b7f2d184212 (diff)
downloadFreeBSD-src-7afd3ed953261aa6627972d3aa9f179d714460ad.zip
FreeBSD-src-7afd3ed953261aa6627972d3aa9f179d714460ad.tar.gz
Merge...
Diffstat (limited to 'usr.bin/ncftp/defaults.h')
-rw-r--r--usr.bin/ncftp/defaults.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/ncftp/defaults.h b/usr.bin/ncftp/defaults.h
index 0cbd8c7..f3fbb08 100644
--- a/usr.bin/ncftp/defaults.h
+++ b/usr.bin/ncftp/defaults.h
@@ -44,6 +44,14 @@
#define dMPROMPT 0
#endif
+#ifndef PASSIVEMODE
+#define PASSIVEMODE 1
+#endif
+
+/* If passive FTP can be used, this specifies whether it is turned on
+ * by default. If not, we have passive mode available, but are using
+ * Port ftp by default.
+ */
#ifndef dPASSIVE
#define dPASSIVE 1 /* Works for most folks... */
#endif
OpenPOWER on IntegriCloud