diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-12 17:23:56 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-12 17:23:56 +0000 |
commit | 31fa5e605b6d42d670945c1821caf8b887623fa1 (patch) | |
tree | af6c0d623d5a7c737d4b59c47d58e399c328b988 /debug.h | |
parent | c0ce2a6a97af66881675916c504af9caed2f9c2e (diff) |
- Rework pubkey options to be more careful about buffer lengths. Needs review.
--HG--
branch : pubkey-options
extra : convert_revision : 537a6ebebb46424b967ffe787f0f8560e5f447e8
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 |