|
Network Block Device @PACKAGE_VERSION@
|
00001 #ifndef NBD_DEBUG_H 00002 #define NBD_DEBUG_H 00003 #include <config.h> 00004 /* Debugging macros */ 00005 #ifdef DODBG 00006 #define DEBUG(...) printf(__VA_ARGS__) 00007 #else 00008 #define DEBUG(...) 00009 #endif 00010 #ifndef PACKAGE_VERSION 00011 #define PACKAGE_VERSION "" 00012 #endif 00013 00014 #endif
1.7.3