]> granicus.if.org Git - postgresql/commitdiff
first attempt at centralizing config information for ports
authorMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 06:56:08 +0000 (06:56 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 06:56:08 +0000 (06:56 +0000)
src/include/config.h

index 72fd8648c3b3f97fefb17e84debda9b627a534a8..0bf483d4ca3ee37f2e418b92a73fa154f327e148 100644 (file)
@@ -4,7 +4,28 @@
    eventual use of autoconf to build the server 
 */
 
-/* un-Define this if your system does not have <unistd.h> */
-#define HAVE_UNISTD_H
+#if defined(WIN32)
+#  define NO_UNISTD_H
+#  define USES_WINSOCK 
+#endif /* WIN32 */
 
+#if defined(__FreeBSD__) || defined(__NetBSD__)
+#  define USE_LIMITS_H
+#endif
+
+#if defined(bsdi)
+#  define USE_LIMITS_H
+#endif
+
+#if defined(bsdi_2_1)
+#  define USE_LIMITS_H
+#endif
+
+#if defined(aix)
+#  define NEED_SYS_SELECT_H
+#endif
+
+#if defined(irix5)
+#  define NO_VFORK
+#endif