Borland BCC does not support SSPI, per cnliou9@fastmail.fm.
authorBruce Momjian <bruce@momjian.us>
Sat, 24 Nov 2007 01:55:26 +0000 (01:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 24 Nov 2007 01:55:26 +0000 (01:55 +0000)
src/include/port/win32.h

index c2682613f82ced18b5e1eff810c7ac0749c9569a..d232b8c37651e1a37b25968660e0e20301beb311 100644 (file)
@@ -9,8 +9,9 @@
  * Always build with SSPI support. Keep it as a #define in case
  * we want a switch to disable it sometime in the future.
  */
+#ifndef __BORLANDC__
 #define ENABLE_SSPI 1
-
+#endif
 
 /* undefine and redefine after #include */
 #undef mkdir