@@ -7,7 +7,7 @@
#ifndef GLOBALS_H_
#define GLOBALS_H_
enum { SINGLE, FULL };
enum { SINGLE = 1, FULL = 2 };
#define NPAT 4096 /* number of bytes for path buffer */
The note is not visible to the blocked user.