Home | History | Annotate | Download | only in e2fsprogs

Lines Matching full:wint_t

2567 # wint_t.m4 serial 1 (gettext-0.12)
2576 dnl Test whether <wchar.h> has the 'wint_t' type.
2581 AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t,
2583 wint_t foo = (wchar_t)'\0';], ,
2586 AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.])