@node ax_wint_t @unnumberedsec ax_wint_t @majorheading Synopsis @smallexample AX_WINT_T @end smallexample @majorheading Description It turns out that MacOS X doesn't guarantee to provide the "wint_t" type unless you include the strange header in addition to . Consequently, the "do I have a system wint_t?" probe fails and an alternate gets used. Unfortunately, by the time the program gets built, one way or another that funny header winds up getting included and the "#define wint_t unsigned int" patch-up-hack mutilates the typedef. This macro will get it right. @majorheading Source Code Download the @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_wint_t.m4,latest version of @file{ax_wint_t.m4}} or browse @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_wint_t.m4,the macro's revision history}. @majorheading License @w{Copyright @copyright{} 2008 Bruce Korb @email{bkorb@@gnu.org}} Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.