Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_H

This commit is contained in:
Marc G. Fournier 1997-01-24 18:27:32 +00:00
parent 0a16069901
commit f12c5f898c
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
@ -65,9 +65,9 @@
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>
#if defined(NEED_SYS_SELECT_H) #ifdef HAVE_SYS_SELECT_H
# include <sys/select.h> # include <sys/select.h>
#endif /* NEED_SYS_SELECT_H */ #endif
#include "storage/ipc.h" #include "storage/ipc.h"
#include "libpq/libpq.h" #include "libpq/libpq.h"

View file

@ -18,7 +18,7 @@
# define DISABLE_XOPEN_NLS # define DISABLE_XOPEN_NLS
# define HAVE_ISINF # define HAVE_ISINF
# define NEED_UNION_SEMUN # define NEED_UNION_SEMUN
# define NEED_SYS_SELECT_H # define HAVE_SYS_SELECT_H
# define HAVE_TZSET # define HAVE_TZSET
# define HAVE_ANSI_CPP # define HAVE_ANSI_CPP
# define HAS_TEST_AND_SET # define HAS_TEST_AND_SET