Commit 3cf9a4d0 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  To enable debugging, uncomment the line commented out below.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87293 13f79535-47bb-0310-9956-ffa450edef68
parent bd6baf49
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -80,7 +80,11 @@
 * registered HandlerRoutine.
 */

#define DBG 1
/* This debugging define turns on output to COM1, although you better init
 * the port first (even using hyperterm).  It's the only way to catch the
 * goings on within system logoff/shutdown.
 * #define DBG 1
 */

#include <windows.h>