Do not include:
authorBruce Momjian
Tue, 24 Jun 2003 00:44:29 +0000 (00:44 +0000)
committerBruce Momjian
Tue, 24 Jun 2003 00:44:29 +0000 (00:44 +0000)
#include 
#include 

in MS CC/Borland builds.

src/include/port.h

index 16f733d67ca75db05f0d1f6e40aeec2934b48c4d..c1bbfd718c7994cadc3cb48a3489699302693716 100644 (file)
@@ -6,14 +6,16 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port.h,v 1.7 2003/06/14 14:35:42 momjian Exp $
+ * $Id: port.h,v 1.8 2003/06/24 00:44:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
 
+#if !defined(_MSC_VER) && !defined(__BORLANDC__)
 /* for thread.c */
 #include 
 #include 
+#endif
 
 /* Portable path handling for Unix/Win32 */
 bool is_absolute_path(const char *filename);