repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
curl-fb
/
curlbuild.h
blob
b48862696c603f878cde602f7a0920812a44a27c
1
#include <bits/wordsize.h>
2
3
#if __WORDSIZE == 32
4
#include
"curlbuild-32.h"
5
#elif __WORDSIZE == 64
6
#include
"curlbuild-64.h"
7
#else
8
#error
"Unknown word size"
9
#endif