9d7d3f
#include <bits/wordsize.h>
9d7d3f
9d7d3f
#if __WORDSIZE == 32
9d7d3f
#include "curlbuild-32.h"
9d7d3f
#elif __WORDSIZE == 64
9d7d3f
#include "curlbuild-64.h"
9d7d3f
#else
9d7d3f
#error "Unknown word size"
9d7d3f
#endif