X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/a3f177e424e7e28e247f1fd57b64771d51a83d1b..3b375d76e45c11a4c7cbcb9fcc3ca76d7e2148a6:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 93a4ad8..c583fc0 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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 @@ -26,6 +29,10 @@ /* Use the definitions: */ +#ifndef HAVE_INLINE +#define inline +#endif + #ifdef HAVE_POLL #include #else