/* globals.h * * Global definitions * * written by vx-clutch */ #ifndef GLOBALS_H_ #define GLOBALS_H_ enum { SINGLE = 1, FULL = 2 }; #define NPAT 4096 /* number of bytes for path buffer */ #endif /* GLOBALS_H_ */