Revert r74048.

This commit is contained in:
Alexandre Vassalotti 2009-07-17 23:09:02 +00:00
parent 0b5b8af435
commit bd7569b4de
2 changed files with 5065 additions and 6885 deletions

11944
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -923,13 +923,13 @@
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
/* The size of `off_t', as computed by sizeof. */
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T
/* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T
/* The size of `pthread_t', as computed by sizeof. */
/* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T
/* The size of `short', as computed by sizeof. */
@ -938,7 +938,7 @@
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
/* The size of `time_t', as computed by sizeof. */
/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
/* The size of `uintptr_t', as computed by sizeof. */