Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1b72f commit 0d07276Copy full SHA for 0d07276
src/include/port/win32.h
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.80 2007/11/24 01:32:48 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.81 2007/11/24 01:55:26 momjian Exp $ */
2
3
#if defined(_MSC_VER) || defined(__BORLANDC__)
4
#define WIN32_ONLY_COMPILER
@@ -9,8 +9,9 @@
9
* Always build with SSPI support. Keep it as a #define in case
10
* we want a switch to disable it sometime in the future.
11
*/
12
+#ifndef __BORLANDC__
13
#define ENABLE_SSPI 1
-
14
+#endif
15
16
/* undefine and redefine after #include */
17
#undef mkdir
0 commit comments