projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759bee9
)
remove "define NO_UNISTD_H"
author
Marc G. Fournier
<
[email protected]
>
Fri, 30 Jul 1999 04:26:51 +0000
(
04:26
+0000)
committer
Marc G. Fournier
<
[email protected]
>
Fri, 30 Jul 1999 04:26:51 +0000
(
04:26
+0000)
src/interfaces/libpq/win32.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/win32.h
b/src/interfaces/libpq/win32.h
index d3e9b34815d06dc6b9d8ec9d75b4474d4671f9cc..f88d14df8e9304cf1d5a3df7a13feb8916b7cb7d 100644
(file)
--- 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
*/