chiark / gitweb /
+ * Do not spin if connect() fails immediately (!)
[adns.git] / src / config.h.in
index 93a4ad8e93ede95b3c0a22e16260d25ecfd0559a..c583fc0fecf03a3159418cb1f09d29c0afaa2613 100644 (file)
@@ -1,5 +1,8 @@
 /* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
 
+/* Define if inline functions a la GCC are available.  */
+#undef HAVE_INLINE
+
 /* Define if function attributes a la GCC 2.5 and higher are available.  */
 #undef HAVE_GNUC25_ATTRIB
 
 
 /* Use the definitions: */
 
+#ifndef HAVE_INLINE
+#define inline
+#endif
+
 #ifdef HAVE_POLL
 #include <sys/poll.h>
 #else