patch-options_h 748 B

123456789101112131415161718192021
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- dropbear-0.53.1.orig/options.h 2011-03-02 14:23:36.000000000 +0100
  3. +++ dropbear-0.53.1/options.h 2011-08-02 20:03:13.000000000 +0200
  4. @@ -144,7 +144,7 @@ much traffic. */
  5. #endif
  6. /* Whether to do reverse DNS lookups. */
  7. -#define DO_HOST_LOOKUP
  8. +/* #define DO_HOST_LOOKUP */
  9. /* Whether to print the message of the day (MOTD). This doesn't add much code
  10. * size */
  11. @@ -236,7 +236,7 @@ much traffic. */
  12. /* The command to invoke for xauth when using X11 forwarding.
  13. * "-q" for quiet */
  14. #ifndef XAUTH_COMMAND
  15. -#define XAUTH_COMMAND "/usr/bin/X11/xauth -q"
  16. +#define XAUTH_COMMAND "/usr/bin/xauth -q"
  17. #endif
  18. /* if you want to enable running an sftp server (such as the one included with