X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/2d77da38fe14f5a9ae8d3fc9ee455c5acdf2be1a..a3f177e424e7e28e247f1fd57b64771d51a83d1b:/acconfig.h?ds=sidebyside diff --git a/acconfig.h b/acconfig.h index ae59c59..60f5614 100644 --- a/acconfig.h +++ b/acconfig.h @@ -32,6 +32,9 @@ /* Define if printf-format argument lists a la GCC are available. */ #undef HAVE_GNUC25_PRINTFFORMAT +/* Define if we want to include rpc/types.h. Crap BSDs put INADDR_LOOPBACK there. */ +#undef HAVEUSE_RPCTYPES_H + @BOTTOM@ /* Use the definitions: */ @@ -95,3 +98,7 @@ struct pollfd { int fd; short events; short revents; }; #ifndef CONSTANT #define CONSTANT FUNCATTR((ATTRCONST)) #endif + +#ifdef HAVEUSE_RPCTYPES_H +#include +#endif