Be more verbose on HTTP error messages
[nci.git] / macros.h
blob1a30c3f045d88459d26166b3ca82daa0868d9397
1 #define UNUSED(x) (void) (sizeof(x))
3 #define STR2(x) #x
4 #define STR(x) STR2(x)
6 #define L(x) __FILE__ ":" STR(__LINE__) ": " x
8 #define UBSAFES(s) ((s) ? (s) : "[None]")
10 #define NCI_USERAGENT "NCI/1.3.0"