]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Particular Types): Document new macro AC_TYPE_MBSTATE_T.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 May 2002 04:14:49 +0000 (04:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 May 2002 04:14:49 +0000 (04:14 +0000)
doc/autoconf.texi

index 1b7fd6c9017ff9bb9da98c3a3ed2efea2504ebe3..488907739b8438f87f64ae7ac276318ee6e61ced 100644 (file)
@@ -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