summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-07-30 04:26:51 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-07-30 04:26:51 +0000
commit710add2942db738ee6b7331598a4395ce10cab4f (patch)
tree4fdcc79972312a65705ad5c69887505d7ec4bfe2
parent759bee9746ccf936589efe822cde3a8219f3e583 (diff)
remove "define NO_UNISTD_H"
-rw-r--r--src/interfaces/libpq/win32.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h
index d3e9b34815d..f88d14df8e9 100644
--- a/src/interfaces/libpq/win32.h
+++ b/src/interfaces/libpq/win32.h
@@ -5,9 +5,6 @@
*/
#define strcasecmp(a,b) stricmp(a,b)
-
-
-#define NO_UNISTD_H
#define SOCKET_SIZE_TYPE int
/*
@@ -23,8 +20,6 @@
*/
#define crypt(a,b) a
-
-
/*
* Parts of config.h that you get with autoconf on other systems
*/