Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390c148 commit 74248adCopy full SHA for 74248ad
src/include/pg_config_manual.h
@@ -6,7 +6,7 @@
6
* for developers. If you edit any of these, be sure to do a *full*
7
* rebuild (and an initdb if noted).
8
*
9
- * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.14 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.15 2004/09/10 14:27:37 momjian Exp $
10
*------------------------------------------------------------------------
11
*/
12
@@ -148,7 +148,7 @@
148
* Define this if your operating system supports link()
149
150
#if !defined(__QNX__) && !defined(__BEOS__) && \
151
- !defined(__CYGWIN__) && !defined(WIN32)
+ !defined(WIN32) && !defined(__CYGWIN__)
152
#define HAVE_WORKING_LINK 1
153
#endif
154
0 commit comments