|
|
@ -1,4 +1,4 @@ |
|
|
|
/* $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 $ */ |
|
|
|
|
|
|
|
|
|
|
|
#if defined(_MSC_VER) || defined(__BORLANDC__) |
|
|
|
#if defined(_MSC_VER) || defined(__BORLANDC__) |
|
|
|
#define WIN32_ONLY_COMPILER |
|
|
|
#define WIN32_ONLY_COMPILER |
|
|
@ -9,8 +9,9 @@ |
|
|
|
* Always build with SSPI support. Keep it as a #define in case |
|
|
|
* Always build with SSPI support. Keep it as a #define in case |
|
|
|
* we want a switch to disable it sometime in the future. |
|
|
|
* we want a switch to disable it sometime in the future. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef __BORLANDC__ |
|
|
|
#define ENABLE_SSPI 1 |
|
|
|
#define ENABLE_SSPI 1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* undefine and redefine after #include */ |
|
|
|
/* undefine and redefine after #include */ |
|
|
|
#undef mkdir |
|
|
|
#undef mkdir |
|
|
|