]> granicus.if.org Git - postgresql/commitdiff
Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_H
authorMarc G. Fournier <scrappy@hub.org>
Fri, 24 Jan 1997 18:27:32 +0000 (18:27 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 24 Jan 1997 18:27:32 +0000 (18:27 +0000)
src/backend/postmaster/postmaster.c
src/include/config.h

index abde224531662aff47cb3f9b6a6f99c92500c788..e8c0bf5719e42f832c1c870adda854d34849bfd8 100644 (file)
@@ -10,7 +10,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.33 1997/01/24 18:00:27 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.34 1997/01/24 18:27:29 scrappy Exp $
  *
  * NOTES
  *
@@ -65,9 +65,9 @@
 #include <fcntl.h>
 #include <stdio.h>
 
-#if defined(NEED_SYS_SELECT_H)
+#ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
-#endif /* NEED_SYS_SELECT_H */
+#endif 
 
 #include "storage/ipc.h"
 #include "libpq/libpq.h"
index d54193af17d0f4265ade828c05a3ee0a82d56129..6559c645c2f5874bf8a092f41bd03c4eb6b06016 100644 (file)
@@ -18,7 +18,7 @@
 #  define DISABLE_XOPEN_NLS 
 #  define HAVE_ISINF
 #  define NEED_UNION_SEMUN 
-#  define NEED_SYS_SELECT_H
+#  define HAVE_SYS_SELECT_H
 #  define HAVE_TZSET
 #  define HAVE_ANSI_CPP
 #  define HAS_TEST_AND_SET