projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5153553
)
Borland BCC does not support SSPI, per cnliou9@fastmail.fm.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 24 Nov 2007 01:55:26 +0000
(
01:55
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 24 Nov 2007 01:55:26 +0000
(
01:55
+0000)
src/include/port/win32.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/win32.h
b/src/include/port/win32.h
index c2682613f82ced18b5e1eff810c7ac0749c9569a..d232b8c37651e1a37b25968660e0e20301beb311 100644
(file)
--- a/
src/include/port/win32.h
+++ b/
src/include/port/win32.h
@@
-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