comparison debug.h @ 1706:3f80da5fe0b4

Remove unused DEBUG_FORKGPROF
author Matt Johnston <matt@ucc.asn.au>
date Fri, 29 May 2020 23:32:19 +0800
parents e05c0e394f1d
children 180e580778df
comparison
equal deleted inserted replaced
1705:5b701bf529aa 1706:3f80da5fe0b4
41 41
42 #ifndef CHECKCLEARTOWRITE 42 #ifndef CHECKCLEARTOWRITE
43 #define CHECKCLEARTOWRITE() 43 #define CHECKCLEARTOWRITE()
44 #endif 44 #endif
45 45
46 /* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon
47 * output when Dropbear forks. This will allow it gprof to be used.
48 * It's useful to run dropbear -F, so you don't fork as much */
49 /* (This is Linux specific) */
50 /*#define DEBUG_FORKGPROF*/
51
52 /* A couple of flags, not usually useful, and mightn't do anything */ 46 /* A couple of flags, not usually useful, and mightn't do anything */
53 47
54 /*#define DEBUG_KEXHASH*/ 48 /*#define DEBUG_KEXHASH*/
55 /*#define DEBUG_RSA*/ 49 /*#define DEBUG_RSA*/
56 50