mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Substituted new configure test for types of accept()
Interfaced a lot of the custom tests to the config.cache, in the process made them separate macros and grouped them out into files. Made naming adjustments. Removed a couple of useless/unused configure tests. Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl. And it breaks equally often. :(
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.128 2000/05/31 00:28:41 petere Exp $
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.129 2000/06/11 11:40:07 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1076,7 +1076,7 @@ keep_going: /* We will come back to here until there
|
||||
{
|
||||
case CONNECTION_STARTED:
|
||||
{
|
||||
SOCKET_SIZE_TYPE laddrlen;
|
||||
ACCEPT_TYPE_ARG3 laddrlen;
|
||||
|
||||
#ifndef WIN32
|
||||
int optval;
|
||||
@ -1085,7 +1085,7 @@ keep_going: /* We will come back to here until there
|
||||
char optval;
|
||||
|
||||
#endif
|
||||
SOCKET_SIZE_TYPE optlen = sizeof(optval);
|
||||
ACCEPT_TYPE_ARG3 optlen = sizeof(optval);
|
||||
|
||||
/*
|
||||
* Write ready, since we've made it here, so the
|
||||
|
Reference in New Issue
Block a user