diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-30 03:55:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-30 03:55:53 +0000 |
commit | a1a07442e6d3bd04e0bc4ecca2219fae3b3938fa (patch) | |
tree | 132845a2ab02bc1d06c3f4e6657f97b3cf6cb4c0 | |
parent | 999fe9c51b791cc4655f8e8814a57e9baf7db61b (diff) | |
download | mtk-20170518-a1a07442e6d3bd04e0bc4ecca2219fae3b3938fa.zip mtk-20170518-a1a07442e6d3bd04e0bc4ecca2219fae3b3938fa.tar.gz mtk-20170518-a1a07442e6d3bd04e0bc4ecca2219fae3b3938fa.tar.bz2 |
fix net-snmp compile
SVN-Revision: 10047
-rw-r--r-- | include/site/linux-uclibc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc index e7acc2b..c3f00d6 100644 --- a/include/site/linux-uclibc +++ b/include/site/linux-uclibc @@ -5,12 +5,14 @@ ac_cv_c_long_double=no ac_cv_conv_longlong_to_float=yes ac_cv_func___va_copy=no ac_cv_func__exit=yes +ac_cv_func_bcopy=yes ac_cv_func_fchmod=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getdomainname=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpwuid_r=yes +ac_cv_func_index=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_lstat=yes @@ -23,6 +25,7 @@ ac_cv_func_pthread_key_delete=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_realloc_works=yes ac_cv_func_rename=yes +ac_cv_func_rindex=yes ac_cv_func_setlocale=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setresuid=no |