File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.33 1997/01/24 18:00:27 scrappy Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.34 1997/01/24 18:27:29 scrappy Exp $
14
14
*
15
15
* NOTES
16
16
*
65
65
#include <fcntl.h>
66
66
#include <stdio.h>
67
67
68
- #if defined( NEED_SYS_SELECT_H )
68
+ #ifdef HAVE_SYS_SELECT_H
69
69
# include <sys/select.h>
70
- #endif /* NEED_SYS_SELECT_H */
70
+ #endif
71
71
72
72
#include "storage/ipc.h"
73
73
#include "libpq/libpq.h"
Original file line number Diff line number Diff line change 18
18
# define DISABLE_XOPEN_NLS
19
19
# define HAVE_ISINF
20
20
# define NEED_UNION_SEMUN
21
- # define NEED_SYS_SELECT_H
21
+ # define HAVE_SYS_SELECT_H
22
22
# define HAVE_TZSET
23
23
# define HAVE_ANSI_CPP
24
24
# define HAS_TEST_AND_SET
You can’t perform that action at this time.
0 commit comments