remove "define NO_UNISTD_H"
authorMarc G. Fournier <[email protected]>
Fri, 30 Jul 1999 04:26:51 +0000 (04:26 +0000)
committerMarc G. Fournier <[email protected]>
Fri, 30 Jul 1999 04:26:51 +0000 (04:26 +0000)
src/interfaces/libpq/win32.h

index d3e9b34815d06dc6b9d8ec9d75b4474d4671f9cc..f88d14df8e9304cf1d5a3df7a13feb8916b7cb7d 100644 (file)
@@ -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
  */