Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] missing res_state [2 Attachments]

2013-10-01 by manu@...

Bruncsak, Attila <attila.bruncsak@...> wrote:

> On my system the resolv.h does not contain the following statement:
> 
> typedef struct __res_state *res_state;
> 
> So I have only __res_state and not res_state.

You could add an autoconf test to look for res_state, and define a
HAVE_RES_STATE, then:

#ifndef HAVE_RES_STATE
typedef struct __res_state *res_state;
#endif

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.