300-time64-hack.patch 340 B

1234567891011
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -390,7 +390,7 @@ dnl Digital Unix: stat
  4. time64_hack=no
  5. AH_TEMPLATE([TIME64_HACK], [time64 shuffle])
  6. AC_MSG_CHECKING([if we need to cope with time64])
  7. -AC_EGREP_CPP([time64],[
  8. +AC_EGREP_CPP([_*[a-z0-9]+_time64[^_]],[
  9. #include <bits/wordsize.h>
  10. #if __WORDSIZE == 32
  11. #define __USE_TIME_BITS64 1