summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncftp/defaults.h')
-rw-r--r--usr.bin/ncftp/defaults.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/ncftp/defaults.h b/usr.bin/ncftp/defaults.h
index 2452195..0cbd8c7 100644
--- a/usr.bin/ncftp/defaults.h
+++ b/usr.bin/ncftp/defaults.h
@@ -44,6 +44,10 @@
#define dMPROMPT 0
#endif
+#ifndef dPASSIVE
+#define dPASSIVE 1 /* Works for most folks... */
+#endif
+
#ifndef dVERBOSE /* V_QUIET, V_ERRS, V_TERSE, V_VERBOSE */
#define dVERBOSE V_TERSE
#endif
OpenPOWER on IntegriCloud