Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 74248ad

Browse files
committed
Minor cleanup.
1 parent 390c148 commit 74248ad

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
#define HAVE_WORKING_LINK 1
153153
#endif
154154

0 commit comments

Comments
 (0)