Re: problems with configure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: problems with configure
Date
Msg-id 6305.973523192@sss.pgh.pa.us
Whole thread Raw
In response to Re: problems with configure  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Responses Re: problems with configure  ("Martin A. Marques" <martin@math.unl.edu.ar>)
List pgsql-hackers
"Martin A. Marques" <martin@math.unl.edu.ar> writes:
> Well, mine looks like:
> extern int accept(int, struct sockaddr *, Psocklen_t);

> This is what I have in the configure:
> extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, 
> $ac_cv_func_accept_arg3 *);

Hmm ... is it possible that his compiler distinguishes between
"extern int foo(...)" and "extern foo(...)" ?  Why don't we
have the return type there, anyway?
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: CVS problem
Next
From: "Martin A. Marques"
Date:
Subject: Re: problems with configure