summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-27 06:14:29 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-27 06:14:29 +0000
commit1da12ffb120cc414eddde459ac4aeb05b7bc07b1 (patch)
tree578d4a0b70f6f744766670b498587b30414b9442 /src
parent51b3f2d3715175794e0b04e5ee2e6585cc80813a (diff)
downloadpostgresql-1da12ffb120cc414eddde459ac4aeb05b7bc07b1.tar.gz
Its a start...
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h
new file mode 100644
index 0000000000..72fd8648c3
--- /dev/null
+++ b/src/include/config.h
@@ -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
+
+