// 2016, Georg Sauthoff , CDDL #ifndef COMP_NAMELEN_H #define COMP_NAMELEN_H #ifdef __sun #else #define MAXNAMELEN 1024 #endif #endif