#ifdef  __STDC__
extern int accept(int, struct sockaddr *, Psocklen_t);

#else   /* __STDC__ */
extern int accept();

Regards,

Laurens


-----Original Message-----
From: Tom Lane [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 13, 2004 4:43 PM
To: Laurens Wagemakers
Cc: '[EMAIL PROTECTED]'
Subject: Re: [ADMIN] GNUmakefile size 0 


Laurens Wagemakers <[EMAIL PROTECTED]> writes:
> So know I'm compiling 7.1.3 on Solaris as stated in my other mail however
> when I run ./configure I get: 

> Checking types of arguments for accept()... 
> configure: error: could not > determine argument types)

Hmph.  AFAICS we haven't changed that configure test since 7.1; so given
the lack of complaints, I'd expect it to work.  How exactly do your
system headers define accept(), anyway?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to