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

Commit74248ad

Browse files
committed
Minor cleanup.
1 parent390c148 commit74248ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/pg_config_manual.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* for developers.If you edit any of these, be sure to do a *full*
77
* rebuild (and an initdb if noted).
88
*
9-
* $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.14 2004/08/29 05:06:55 momjian Exp $
9+
* $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.15 2004/09/10 14:27:37 momjian Exp $
1010
*------------------------------------------------------------------------
1111
*/
1212

@@ -148,7 +148,7 @@
148148
* Define this if your operating system supports link()
149149
*/
150150
#if !defined(__QNX__)&& !defined(__BEOS__)&& \
151-
!defined(__CYGWIN__)&& !defined(WIN32)
151+
!defined(WIN32)&& !defined(__CYGWIN__)
152152
#defineHAVE_WORKING_LINK 1
153153
#endif
154154

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp