define inline if needed for ANSI C compatability
This commit is contained in:
@ -48,6 +48,10 @@
|
|||||||
# include "sha1.h"
|
# include "sha1.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Compatability with ANSI C */
|
||||||
|
#ifndef inline
|
||||||
|
# define inline
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (__GNU_LIBRARY__ < 5) && (!defined __dietlibc__)
|
#if (__GNU_LIBRARY__ < 5) && (!defined __dietlibc__)
|
||||||
/* libc5 doesn't define socklen_t */
|
/* libc5 doesn't define socklen_t */
|
||||||
|
Reference in New Issue
Block a user