somake/comp/namelen.h
2016-08-23 20:26:31 +02:00

11 lines
151 B
C

// 2016, Georg Sauthoff <mail@georg.so>, CDDL
#ifndef COMP_NAMELEN_H
#define COMP_NAMELEN_H
#ifdef __sun
#else
#define MAXNAMELEN 1024
#endif
#endif