|
1 |
| -/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.49 2005/10/25 15:15:16 tgl Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.50 2006/01/10 01:01:03 adunstan Exp $ */ |
2 | 2 |
|
3 | 3 | /* undefine and redefine after #include */
|
4 | 4 | #undef mkdir
|
@@ -165,15 +165,11 @@ intsetitimer(int which, const struct itimerval * value, struct itimerval * ov
|
165 | 165 | /*
|
166 | 166 | * Supplement to <sys/types.h>.
|
167 | 167 | *
|
168 |
| - * Perl already hasconflicting defines for uid_t and gid_t. |
| 168 | + * Perl already hastypedefs for uid_t and gid_t. |
169 | 169 | */
|
170 | 170 | #ifndefPLPERL_HAVE_UID_GID
|
171 | 171 | typedefintuid_t;
|
172 | 172 | typedefintgid_t;
|
173 |
| -#else |
174 |
| -/* These are redefined by perl. */ |
175 |
| -#defineuid_t int |
176 |
| -#definegid_t int |
177 | 173 | #endif
|
178 | 174 | typedeflongkey_t;
|
179 | 175 |
|
|