Changeset 5685
- Timestamp:
- 11/04/09 12:34:51 (3 weeks ago)
- Files:
-
- 1 modified
-
mpich2/trunk/winconfigure.wsf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/winconfigure.wsf
r5684 r5685 2339 2339 ' Needed only for SOLARIS machines 2340 2340 fout.WriteLine("/* #undef _UINT64_T */") 2341 Case "u_char" 2342 ' Needed only on unix builds where --enable-strict 2343 ' option removes these types 2344 fout.WriteLine("/* #undef u_char */") 2345 Case "u_int" 2346 ' Needed only on unix builds where --enable-strict 2347 ' option removes these types 2348 fout.WriteLine("/* #undef u_int */") 2349 Case "u_long" 2350 ' Needed only on unix builds where --enable-strict 2351 ' option removes these types 2352 fout.WriteLine("/* #undef u_long */") 2353 Case "u_short" 2354 ' Needed only on unix builds where --enable-strict 2355 ' option removes these types 2356 fout.WriteLine("/* #undef u_short */") 2341 2357 Case "POINTERINT_t" 2342 2358 If b64 Then … … 2505 2521 Case "HAVE_SYS_TYPES_H" 2506 2522 fout.WriteLine("#define HAVE_SYS_TYPES_H 1") 2523 Case "HAVE_SYS_ATTR_H" 2524 fout.WriteLine("/* #undef HAVE_SYS_ATTR_H */") 2507 2525 Case "HAVE_THR_CREATE" 2508 2526 fout.WriteLine("/* #undef HAVE_THR_CREATE */")
