From 7b9792c40fae4d4fc2f896bb4c7264fd59d5aa4e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Aug 2018 09:12:44 -0400 Subject: removed --ls, --get, --put --- configure | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b15f649df..089615384 100755 --- a/configure +++ b/configure @@ -630,7 +630,6 @@ BUSYBOX_WORKAROUND HAVE_FATAL_WARNINGS HAVE_SUID HAVE_WHITELIST -HAVE_FILE_TRANSFER HAVE_USERNS HAVE_NETWORK HAVE_GLOBALCFG @@ -701,7 +700,6 @@ enable_bind enable_globalcfg enable_network enable_userns -enable_file_transfer enable_whitelist enable_suid enable_fatal_warnings @@ -1344,7 +1342,6 @@ Optional Features: present, continue the program using defaults --disable-network disable network --disable-userns disable user namespace - --disable-file-transfer disable file transfer --disable-whitelist disable whitelist --disable-suid install as a non-SUID executable --enable-fatal-warnings -W -Wall -Werror @@ -3625,19 +3622,6 @@ if test "x$enable_userns" != "xno"; then : HAVE_USERNS="-DHAVE_USERNS" -fi - -HAVE_FILE_TRANSFER="" -# Check whether --enable-file-transfer was given. -if test "${enable_file_transfer+set}" = set; then : - enableval=$enable_file_transfer; -fi - -if test "x$enable_file_transfer" != "xno"; then : - - HAVE_FILE_TRANSFER="-DHAVE_FILE_TRANSFER" - - fi HAVE_WHITELIST="" @@ -4961,7 +4945,6 @@ echo " bind: $HAVE_BIND" echo " network: $HAVE_NETWORK" echo " user namespace: $HAVE_USERNS" echo " whitelisting: $HAVE_WHITELIST" -echo " file transfer support: $HAVE_FILE_TRANSFER" echo " busybox workaround: $BUSYBOX_WORKAROUND" echo " Spectre compiler patch: $HAVE_SPECTRE" echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS" -- cgit v1.2.3-54-g00ecf