comparison debug.h @ 849:754d7bee1068 ecc

Merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Nov 2013 23:32:13 +0800
parents b298bb438625
children c1c1b43f78c2
comparison
equal deleted inserted replaced
848:6c69e7df3621 849:754d7bee1068
70 #define TRACE2(X) 70 #define TRACE2(X)
71 #endif /*DEBUG_TRACE*/ 71 #endif /*DEBUG_TRACE*/
72 72
73 /* To debug with GDB it is easier to run with no forking of child processes. 73 /* To debug with GDB it is easier to run with no forking of child processes.
74 You will need to pass "-F" as well. */ 74 You will need to pass "-F" as well. */
75 /* #define DEBUG_NOFORK */
75 #define DEBUG_NOFORK 76 #define DEBUG_NOFORK
76 77
77 78
78 /* For testing as non-root on shadowed systems, include the crypt of a password 79 /* For testing as non-root on shadowed systems, include the crypt of a password
79 * here. You can then log in as any user with this password. Ensure that you 80 * here. You can then log in as any user with this password. Ensure that you