mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Its a start...
This commit is contained in:
10
src/include/config.h
Normal file
10
src/include/config.h
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
/* the purpose of this file is to reduce the use of #ifdef's through
|
||||||
|
the code base by those porting the software, an dto facilitate the
|
||||||
|
eventual use of autoconf to build the server
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* un-Define this if your system does not have <unistd.h> */
|
||||||
|
#define HAVE_UNISTD_H
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user