mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
define inline if needed for ANSI C compatability
This commit is contained in:
parent
60a22addea
commit
242e3b6bde
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user