summaryrefslogtreecommitdiffstats
path: root/curlbuild.h
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-07-24 17:06:51 +0200
committerRemi Collet <fedora@famillecollet.com>2011-07-24 17:06:51 +0200
commit8ab3fd7000cb3a2a291ddcac16992c2887b61c4e (patch)
tree34978d9f18f38127c07e98fb7b5af5205172470e /curlbuild.h
import curl 7.21.7 from rawhide
Diffstat (limited to 'curlbuild.h')
-rw-r--r--curlbuild.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/curlbuild.h b/curlbuild.h
new file mode 100644
index 0000000..b488626
--- /dev/null
+++ b/curlbuild.h
@@ -0,0 +1,9 @@
+#include <bits/wordsize.h>
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif