diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-06-11 11:40:09 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-06-11 11:40:09 +0000 |
commit | 06cd0f1a32b843832298471e92cc1c577f1363a1 (patch) | |
tree | f94f7a4ea39288ff268213c93aff15e4d00682c2 /src/interfaces/libpq/win32.h | |
parent | b4182b1327415f2ef2cae6e3795d9f04f578df43 (diff) |
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. :(
Diffstat (limited to 'src/interfaces/libpq/win32.h')
-rw-r--r-- | src/interfaces/libpq/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h index 126dd152c06..8079b4b8ed5 100644 --- a/src/interfaces/libpq/win32.h +++ b/src/interfaces/libpq/win32.h @@ -6,7 +6,7 @@ #define strcasecmp(a,b) stricmp(a,b) #define strncasecmp(a,b,c) _strnicmp(a,b,c) -#define SOCKET_SIZE_TYPE int +#define ACCEPT_TYPE_ARG3 int /* * Some compat functions |