chiark / gitweb /
regress/r1test: Support a `$debug' prefix variable.
[adns.git] / src / config.h.in
index 93a4ad8e93ede95b3c0a22e16260d25ecfd0559a..bd36686d648b7b6ea9007a10a1c3c4c7dc5ea351 100644 (file)
@@ -1,4 +1,7 @@
-/* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* src/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
+
+/* 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