Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_H
This commit is contained in:
parent
0a16069901
commit
f12c5f898c
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user