/* */ #ifndef _SYS_PARAM_H #define _SYS_PARAM_H #ifndef MAXPATHLEN #define MAXPATHLEN 512 #endif #endif