comparison default_options.h.in @ 1494:da095983a60b

Move DEBUG_TRACE to default_options
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Feb 2018 00:24:44 +0800
parents abbdeca6f1bd
children 2d450c1056e3
comparison
equal deleted inserted replaced
1493:72fd994fe7bd 1494:da095983a60b
312 #define DEFAULT_IDLE_TIMEOUT 0 312 #define DEFAULT_IDLE_TIMEOUT 0
313 313
314 /* The default path. This will often get replaced by the shell */ 314 /* The default path. This will often get replaced by the shell */
315 #define DEFAULT_PATH "/usr/bin:/bin" 315 #define DEFAULT_PATH "/usr/bin:/bin"
316 316
317 /* Include verbose debug output, enabled with -v at runtime.
318 * This will add a reasonable amount to your executable size. */
319 #define DEBUG_TRACE 0
320
317 #endif /* DROPBEAR_DEFAULT_OPTIONS_H_ */ 321 #endif /* DROPBEAR_DEFAULT_OPTIONS_H_ */