mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(Particular Types): Document new macro AC_TYPE_MBSTATE_T.
This commit is contained in:
parent
d78872ae6d
commit
46d48f7a0e
@ -4578,6 +4578,14 @@ Define @code{GETGROUPS_T} to be whichever of @code{gid_t} or @code{int}
|
||||
is the base type of the array argument to @code{getgroups}.
|
||||
@end defmac
|
||||
|
||||
@defmac AC_TYPE_MBSTATE_T
|
||||
@acindex TYPE_MBSTATE_T
|
||||
@cvindex mbstate_t
|
||||
Define @code{HAVE_MBSTATE_T} if @code{<wchar.h>} declares the
|
||||
@code{mbstate_t} type. Also, define @code{mbstate_t} to be a type if
|
||||
@code{<wchar.h>} does not declare it.
|
||||
@end defmac
|
||||
|
||||
@defmac AC_TYPE_MODE_T
|
||||
@acindex TYPE_MODE_T
|
||||
@cvindex mode_t
|
||||
|
Loading…
Reference in New Issue
Block a user