This commit is contained in:
vx_clutch
2025-11-11 08:22:49 -05:00
committed by GitHub
parent 2e82682318
commit 7c63847667

View File

@@ -7,7 +7,7 @@
#ifndef GLOBALS_H_ #ifndef GLOBALS_H_
#define GLOBALS_H_ #define GLOBALS_H_
enum { SINGLE, FULL }; enum { SINGLE = 1, FULL = 2 };
#define NPAT 4096 /* number of bytes for path buffer */ #define NPAT 4096 /* number of bytes for path buffer */