]> granicus.if.org Git - postgresql/commitdiff
Its a start...
authorMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 06:14:29 +0000 (06:14 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 06:14:29 +0000 (06:14 +0000)
src/include/config.h [new file with mode: 0644]

diff --git a/src/include/config.h b/src/include/config.h
new file mode 100644 (file)
index 0000000..72fd864
--- /dev/null
@@ -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
+
+