mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
remove "define NO_UNISTD_H"
This commit is contained in:
@@ -5,9 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
#define strcasecmp(a,b) stricmp(a,b)
|
#define strcasecmp(a,b) stricmp(a,b)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define NO_UNISTD_H
|
|
||||||
#define SOCKET_SIZE_TYPE int
|
#define SOCKET_SIZE_TYPE int
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -23,8 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
#define crypt(a,b) a
|
#define crypt(a,b) a
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Parts of config.h that you get with autoconf on other systems
|
* Parts of config.h that you get with autoconf on other systems
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user