This commit is contained in:
whottgen
2004-09-28 19:07:11 +00:00
parent 33c6a16f22
commit fa5f898148
34 changed files with 17974 additions and 24 deletions

View File

@ -0,0 +1,20 @@
#ifndef _SUNOS_COMP_H_
#define _SUNOS_COMP_H_
#if HAVE_CONFIG_H
# include "config.h"
#endif
#ifndef HAVE_SOCKLEN_T
#define socklen_t size_t
#endif
#ifndef isblank
#define isblank(A) ((A==' ') || (A=='\t'))
#endif
#endif /* _SUNOS_COMP_H_ */