Minor cleanup.
authorBruce Momjian <bruce@momjian.us>
Fri, 10 Sep 2004 14:27:37 +0000 (14:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 10 Sep 2004 14:27:37 +0000 (14:27 +0000)
src/include/pg_config_manual.h

index adc5c8c1bd6aaad76d411c7b5c8e2ff7f2192b34..040651fcb174a8280abbd3324388d759dfa84db5 100644 (file)
@@ -6,7 +6,7 @@
  * for developers.     If you edit any of these, be sure to do a *full*
  * rebuild (and an initdb if noted).
  *
- * $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 $
  *------------------------------------------------------------------------
  */
 
  * Define this if your operating system supports link()
  */
 #if !defined(__QNX__) && !defined(__BEOS__) && \
-       !defined(__CYGWIN__) && !defined(WIN32)
+       !defined(WIN32) && !defined(__CYGWIN__)
 #define HAVE_WORKING_LINK 1
 #endif