X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfig.h.in;h=c583fc0fecf03a3159418cb1f09d29c0afaa2613;hb=91e6c883fe1b705b69546662fbc0ee1a5b688163;hp=93a4ad8e93ede95b3c0a22e16260d25ecfd0559a;hpb=04e7fb4d97434b04dfc25c79fd0ceec8d76c38ac;p=adns.git 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