core
core copied to clipboard
Changes for 2.4.1 for i686 compatibility
This PR changes a few files (mainly test files) to get the test suite to pass with linux on i686. This reflects some filter values not fitting in an i686 long integer (32 bits), and fixes for a signed 32-bit time_t. The configure script already does all of the necessary checks; it's just a case of using the results properly.