2003-08-26 Ken Raeburn <raeburn@mit.edu>
+ * fake-addrinfo.h (inline): Supported by Sun Forte Developer 7
+ compiler.
+
* foreachaddr.c (foreach_localaddr) [HAVE_IFADDRS_H]: Skip over
any returned data structure with a NULL ifa_addr field.
# define inline __inline__ /* this form silences -pedantic warnings */
# elif defined(__mips) && defined(__sgi)
# define inline __inline /* IRIX used at MIT does inline but not c99 yet */
+# elif defined(__sun) && __SUNPRO_C >= 0x540
+/* The Forte Developer 7 C compiler supports "inline". */
# else
# define inline /* nothing, just static */
# endif