|
11 | 11 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
12 | 12 | * Portions Copyright (c) 1994, Regents of the University of California
|
13 | 13 | *
|
14 |
| - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.11 2006/07/21 00:24:04 tgl Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.12 2006/07/22 14:05:20 adunstan Exp $ |
15 | 15 | *
|
16 | 16 | *-------------------------------------------------------------------------
|
17 | 17 | */
|
@@ -513,7 +513,7 @@ initialize_environment(void)
|
513 | 513 | */
|
514 | 514 | add_to_path("LD_LIBRARY_PATH",':',libdir);
|
515 | 515 | add_to_path("DYLD_LIBRARY_PATH",':',libdir);
|
516 |
| -#ifdefWIN32 |
| 516 | +#if defined(WIN32)|| defined(CYGWIN) |
517 | 517 | add_to_path("PATH",';',libdir);
|
518 | 518 | #endif
|
519 | 519 | }
|
@@ -546,7 +546,7 @@ initialize_environment(void)
|
546 | 546 | * this case. (XXX really? If so, what if installation has
|
547 | 547 | * been relocated?)
|
548 | 548 | */
|
549 |
| -#ifdefWIN32 |
| 549 | +#if defined(WIN32)|| defined(CYGWIN) |
550 | 550 | add_to_path("PATH",';',libdir);
|
551 | 551 | #endif
|
552 | 552 |
|
|