X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=0c04fde653a23ac2d5e74b1f0c89fcc3f0d59fcf;hp=3bbb6627031f103a520a677f55528c63f5cc25d5;hb=232d1b5f32a2d72f4d3fe7326f942bb7887a7f40;hpb=f8a1bfd0744369a492554476fd8a57484c581a5b diff --git a/config.h b/config.h index 3bbb662..0c04fde 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,8 @@ #ifndef VOR_CONFIG_H #define VOR_CONFIG_H +#define debug(x) if(DEBUG) { x; } + #define VERSION "0.1" #define DATA_PREFIX "/usr/share/vor"