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 9930889 commit 646e7f8Copy full SHA for 646e7f8
src/include/port.h
@@ -6,14 +6,16 @@
6
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
13
14
+#if !defined(_MSC_VER) && !defined(__BORLANDC__)
15
/* for thread.c */
16
#include <pwd.h>
17
#include <netdb.h>
18
+#endif
19
20
/* Portable path handling for Unix/Win32 */
21
bool is_absolute_path(const char *filename);
0 commit comments