|
6 | 6 | * for developers.If you edit any of these, be sure to do a *full* |
7 | 7 | * rebuild (and an initdb if noted). |
8 | 8 | * |
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 $ |
10 | 10 | *------------------------------------------------------------------------ |
11 | 11 | */ |
12 | 12 |
|
|
148 | 148 | * Define this if your operating system supports link() |
149 | 149 | */ |
150 | 150 | #if !defined(__QNX__)&& !defined(__BEOS__)&& \ |
151 | | -!defined(__CYGWIN__)&& !defined(WIN32) |
| 151 | +!defined(WIN32)&& !defined(__CYGWIN__) |
152 | 152 | #defineHAVE_WORKING_LINK 1 |
153 | 153 | #endif |
154 | 154 |
|
|