diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 22:23:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 22:23:24 +0000 |
commit | c64d9a049300be3029b2dcee362587b92e3f0881 (patch) | |
tree | 8ca1427d86971092604202a3a460aa0317c27adf /include/site/linux-uclibc | |
parent | 504fb042fa683848a9f33c855159ac9020ee4c95 (diff) | |
download | upstream-c64d9a049300be3029b2dcee362587b92e3f0881.tar.gz upstream-c64d9a049300be3029b2dcee362587b92e3f0881.tar.bz2 upstream-c64d9a049300be3029b2dcee362587b92e3f0881.zip |
add ac_cv_file__dev_zero to sitefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/site/linux-uclibc')
-rw-r--r-- | include/site/linux-uclibc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc index 3e160bcdfe..5640e2a7f8 100644 --- a/include/site/linux-uclibc +++ b/include/site/linux-uclibc @@ -3,6 +3,7 @@ ac_atomic_sub=yes ac_cv_c_gettext_without_libintl=yes ac_cv_c_long_double=no ac_cv_conv_longlong_to_float=yes +ac_cv_file__dev_zero=yes ac_cv_func___va_copy=no ac_cv_func__exit=yes ac_cv_func_bcopy=yes |