Skip to content

Commit 0d07276

Browse files
committed
Borland BCC does not support SSPI, per cnliou9@fastmail.fm.
1 parent 7a1b72f commit 0d07276

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/port/win32.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.80 2007/11/24 01:32:48 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.81 2007/11/24 01:55:26 momjian Exp $ */
22

33
#if defined(_MSC_VER) || defined(__BORLANDC__)
44
#define WIN32_ONLY_COMPILER
@@ -9,8 +9,9 @@
99
* Always build with SSPI support. Keep it as a #define in case
1010
* we want a switch to disable it sometime in the future.
1111
*/
12+
#ifndef __BORLANDC__
1213
#define ENABLE_SSPI 1
13-
14+
#endif
1415

1516
/* undefine and redefine after #include */
1617
#undef mkdir

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy