1
0
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:
Marc G. Fournier
1999-07-30 04:26:51 +00:00
parent 759bee9746
commit 710add2942

View 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
*/