Skip to content
Snippets Groups Projects
Commit 646e7f84 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Do not include:

	#include <pwd.h>
	#include <netdb.h>

in MS CC/Borland builds.
parent 99308891
No related branches found
No related tags found
No related merge requests found
......@@ -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 <pwd.h>
#include <netdb.h>
#endif
/* Portable path handling for Unix/Win32 */
bool is_absolute_path(const char *filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment