4 * $Header: /pub/NetBSD/misc/repositories/cvsroot/src/external/bsd/ntp/dist/include/ntp_debug.h,v 1.1.1.1 2009/12/13 16:54:51 kardel Exp $
6 * Created: Sat Aug 20 14:23:01 2005
8 * Copyright (C) 2005 by Frank Kardel
14 * macros for debugging output - cut down on #ifdef pollution in the code
18 #define DPRINTF(_lvl_, _arg_) \
20 if (debug >= (_lvl_)) \
24 #define DPRINTF(_lvl_, _arg_) do {} while (0)