#ifndef max_h #define max_h // Max. buffer space for path names and strings. static const int maxCharBufferLen = 2048; static const int maxUpdateLineLen = 128; #endif // max_h