--- options.h.original	2003-10-11 10:30:24.000000000 +0200
+++ options.h	2003-10-28 07:05:52.000000000 +0100
@@ -39,11 +39,11 @@
 #define DSS_PRIV_FILENAME "/etc/dropbear/dropbear_dss_host_key"
 #endif
 #ifndef RSA_PRIV_FILENAME
-#define RSA_PRIV_FILENAME "/etc//dropbear/dropbear_rsa_host_key"
+#define RSA_PRIV_FILENAME "/etc/dropbear/dropbear_rsa_host_key"
 #endif
 
 /* Enable X11 Forwarding */
-#define ENABLE_X11FWD
+/*#define ENABLE_X11FWD*/
 
 /* Enable TCP Fowarding */
 /* NOTE: TCP forwarding is still work-in-progress, -L forwarding should work,
@@ -55,9 +55,9 @@
 
 /* Encryption - at least one required.
  * RFC Draft requires 3DES, and recommends Blowfish, AES128 & Twofish128 */
-#define DROPBEAR_AES128_CBC
+/*#define DROPBEAR_AES128_CBC*/
 #define DROPBEAR_BLOWFISH_CBC
-#define DROPBEAR_TWOFISH128_CBC
+/*#define DROPBEAR_TWOFISH128_CBC*/
 #define DROPBEAR_3DES_CBC
 
 /* Integrity - at least one required.
@@ -67,7 +67,7 @@
  * Disabling it here will just stop it from being used as the integrity portion
  * of the ssh protocol */
 #define DROPBEAR_SHA1_HMAC
-#define DROPBEAR_MD5_HMAC
+/*#define DROPBEAR_MD5_HMAC*/
 
 /* Hostkey/public key algorithms - at least one required, these are used
  * for hostkey as well as for verifying signatures with pubkey auth.
@@ -89,12 +89,12 @@
 
 /* Whether to print the message of the day (MOTD). This doesn't add much code
  * size */
-#define DO_MOTD
+/*#define DO_MOTD*/
 
 /* The MOTD file path */
-#ifndef MOTD_FILENAME
-#define MOTD_FILENAME "/etc/motd"
-#endif
+/*#ifndef MOTD_FILENAME*/
+/*#define MOTD_FILENAME "/etc/motd"*/
+/*#endif*/
 
 /* Authentication types to enable, at least one required.
    RFC Draft requires pubkey auth, and recommends password */
@@ -140,9 +140,9 @@
 /* if you want to enable running an sftp server (such as the one included with
  * OpenSSH), set the path below. If the path isn't defined, sftp will not
  * be enabled */
-#ifndef SFTPSERVER_PATH
-#define SFTPSERVER_PATH "/usr/libexec/sftp-server"
-#endif
+/*#ifndef SFTPSERVER_PATH*/
+/*#define SFTPSERVER_PATH "/usr/libexec/sftp-server"*/
+/*#endif*/
 
 /* Multi-purpose binary  configuration - if you want to make the combined
  * binary, first define DROPBEAR_MULTI, and then define which of the three
@@ -150,13 +150,13 @@
  * "make clean; make dropbearmulti". You'll need to install the binary
  * manually, see MULTI for details */
 
-/*#define DROPBEAR_MULTI*/
+#define DROPBEAR_MULTI
 
 /* The three multi binaries: dropbear, dropbearkey, dropbearconvert
  * Comment out these if you don't want some of them */
 #define DBMULTI_DROPBEAR
 #define DBMULTI_KEY
-#define DBMULTI_CONVERT
+/*#define DBMULTI_CONVERT*/
 
 
 /*******************************************************************

