Searched refs:CHECK_SIZEOF (Results 1 – 2 of 2) sorted by relevance
56 #define CHECK_SIZEOF(FATNAME, TYPE) \ in test_config() macro60 CHECK_SIZEOF(SIZEOF_SHORT, short); in test_config()61 CHECK_SIZEOF(SIZEOF_INT, int); in test_config()62 CHECK_SIZEOF(SIZEOF_LONG, long); in test_config()63 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()64 CHECK_SIZEOF(SIZEOF_TIME_T, time_t); in test_config()66 CHECK_SIZEOF(SIZEOF_LONG_LONG, PY_LONG_LONG); in test_config()69 #undef CHECK_SIZEOF in test_config()
5581 * configure.in: Replace CHECK_SIZEOF and endian tests with