diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-06-23 01:06:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-23 01:06:26 +0000 |
commit | 2854340a2866bf2b4825b802960d8cb05912ca56 (patch) | |
tree | 847d9832e2f8fcb878e60514294dfba1cb944bf5 /site | |
parent | 62ddbf75d8b7137845fde7f269b73d30f1739781 (diff) | |
parent | a59cad32e7a26cf2a0cd4d2bc99280347938a647 (diff) |
merge of 006ff5c889f07b22718fa73951084ab94aba16aa
and 1526da957aace3f1e2502307c4d8877090168c67
Diffstat (limited to 'site')
-rw-r--r-- | site/i386-linux | 8 | ||||
-rw-r--r-- | site/i586-linux | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/site/i386-linux b/site/i386-linux index 6acbf933af..422c825bef 100644 --- a/site/i386-linux +++ b/site/i386-linux @@ -82,6 +82,14 @@ ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} # D-BUS ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} +#ssh +ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} +ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} +ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} +ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} +ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} +ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} + # samba samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} diff --git a/site/i586-linux b/site/i586-linux index 3e0023609b..65b7c0dd8a 100644 --- a/site/i586-linux +++ b/site/i586-linux @@ -96,6 +96,14 @@ ac_cv_uint=${ac_cv_uint=yes} ac_cv_ulong=${ac_cv_ulong=yes} ac_cv_ushort=${ac_cv_ushort=yes} +#ssh +ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} +ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} +ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} +ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} +ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} +ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} + # samba samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} |