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