30 #ifndef BUFMSG_INTERNAL_H 31 #define BUFMSG_INTERNAL_H 42 #define DEF_BUF_SIZE 256 51 #ifndef BUF_UNUSED_DEF_SIZE_MULT 52 #define BUF_UNUSED_DEF_SIZE_MULT 3 61 #ifndef BUF_MAX_UNREACH_PERCENT 62 #define BUF_MAX_UNREACH_PERCENT 33 70 #define DEF_MSG_SIZE 256 Header file to ease portability.
#define END_C_DECLS
Use END_C_DECLS at the end of C declarations.
Definition: portability.h:50
#define BEGIN_C_DECLS
BEGIN_C_DECLS should be used at the beginning of declarations so that C++ compilers don't mangle thei...
Definition: portability.h:46