mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +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"
|
||||
#endif
|
||||
|
||||
/* Compatability with ANSI C */
|
||||
#ifndef inline
|
||||
# define inline
|
||||
#endif
|
||||
|
||||
#if (__GNU_LIBRARY__ < 5) && (!defined __dietlibc__)
|
||||
/* libc5 doesn't define socklen_t */
|
||||
|
Loading…
x
Reference in New Issue
Block a user