|
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.7 2006/07/20 02:10:00 tgl Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.8 2006/07/20 02:15:17 tgl Exp $ |
15 | 15 | * |
16 | 16 | *------------------------------------------------------------------------- |
17 | 17 | */ |
@@ -63,7 +63,9 @@ static char *libdir = LIBDIR; |
63 | 63 | staticchar*datadir=PGSHAREDIR; |
64 | 64 | staticchar*host_platform=HOST_TUPLE; |
65 | 65 | staticchar*makeprog=MAKEPROG; |
| 66 | +#ifndefWIN32/* not used in WIN32 case */ |
66 | 67 | staticchar*shellprog=SHELLPROG; |
| 68 | +#endif |
67 | 69 |
|
68 | 70 | /* currently we can use the same diff switches on all platforms */ |
69 | 71 | staticconstchar*basic_diff_opts="-w"; |
|