define inline if needed for ANSI C compatability

This commit is contained in:
Glenn L McGrath 2002-08-22 15:59:18 +00:00
parent 60a22addea
commit 242e3b6bde

View File

@ -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 */