Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf12c5f8

Browse files
committed
Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_H
1 parent0a16069 commitf12c5f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* 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 $
1414
*
1515
* NOTES
1616
*
@@ -65,9 +65,9 @@
6565
#include<fcntl.h>
6666
#include<stdio.h>
6767

68-
#if defined(NEED_SYS_SELECT_H)
68+
#ifdefHAVE_SYS_SELECT_H
6969
# include<sys/select.h>
70-
#endif/* NEED_SYS_SELECT_H */
70+
#endif
7171

7272
#include"storage/ipc.h"
7373
#include"libpq/libpq.h"

‎src/include/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# define DISABLE_XOPEN_NLS
1919
# defineHAVE_ISINF
2020
# defineNEED_UNION_SEMUN
21-
# defineNEED_SYS_SELECT_H
21+
# defineHAVE_SYS_SELECT_H
2222
# defineHAVE_TZSET
2323
# defineHAVE_ANSI_CPP
2424
# defineHAS_TEST_AND_SET

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp