projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2885e
)
add missing 'ac_cv_sizeof_unsigned_long_long' variable
author
Nicolas Thill
<nico@openwrt.org>
Sun, 11 Jan 2009 01:23:38 +0000
(
01:23
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 11 Jan 2009 01:23:38 +0000
(
01:23
+0000)
SVN-Revision: 13970
include/site/i486-linux
patch
|
blob
|
history
diff --git
a/include/site/i486-linux
b/include/site/i486-linux
index d22ec208584eb34bf722db89cf5a6c78c3ea96fc..7c5773de5d933fd09d56f6fed723c4eb409840a2 100644
(file)
--- a/
include/site/i486-linux
+++ b/
include/site/i486-linux
@@
-23,5
+23,6
@@
ac_cv_sizeof_uint32_t=4
ac_cv_sizeof_uint64_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
+ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4