38a39,46 > // If config.h is available for inclusion, then it should be included before > // other includes, as some of the data in other includes is configured there > // (i.e. 64-bit file offsets). > > #ifdef HAVE_CONFIG_H > # include > #endif > 45,48d52 < #ifdef HAVE_CONFIG_H < # include < #endif <