diff debug.h @ 1683:41bf8f216644

merge rsa-sha256
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 00:24:02 +0800
parents e05c0e394f1d
children 3f80da5fe0b4
line wrap: on
line diff
--- a/debug.h	Mon May 25 20:55:13 2020 +0500
+++ b/debug.h	Tue May 26 00:24:02 2020 +0800
@@ -66,7 +66,9 @@
 
 /* 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 */
+#ifndef DEBUG_NOFORK
+#define DEBUG_NOFORK 0
+#endif
 
 
 /* For testing as non-root on shadowed systems, include the crypt of a password