changes
This commit is contained in:
20
smmapdfw/libsmmapdfw/sunos_comp.h
Normal file
20
smmapdfw/libsmmapdfw/sunos_comp.h
Normal 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_ */
|
||||
|
||||
|
Reference in New Issue
Block a user