diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-23 13:16:22 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-23 13:16:22 +0000 |
commit | 6fe6393acb88d0cfdd1e839da8dd98282ef6119b (patch) | |
tree | 8190fb4cf00f2b6ebe8215a83fda7a05f0c2ded6 /debug.h | |
parent | b98d13effb635f0f0ad76b05c2e7616f3e99305a (diff) | |
parent | 31fa5e605b6d42d670945c1821caf8b887623fa1 (diff) |
propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8)
to branch 'au.asn.ucc.matt.dropbear' (head 10b2f286b9886364db39dfbb4f8f46e49e345d87)
--HG--
extra : convert_revision : 6fd2597077a4e2421bf45388e058d15606f6dd74
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ #define TRACE(X) #endif /*DEBUG_TRACE*/ +/* To debug with GDB it is easier to run with no forking of child processes. + You will need to pass "-F" as well. */ +/* #define DEBUG_NOFORK */ + + /* For testing as non-root on shadowed systems, include the crypt of a password * here. You can then log in as any user with this password. Ensure that you * make your own password, and are careful about using this. This will also |