Commit 82a74ecb authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Testing I can commit to the new Gitlab forge

parent e78275c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
#define BUFSIZZ 20000
#define DISABLE_NAGLE 0

// MC - comment to test I can commit changes to the new Forge


#ifdef DEBUG
#define DEBUG_PRINT(...) do{ fprintf( stdout, __VA_ARGS__ ); } while( false )