/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.691 by akim, Tue Oct 22 12:13:21 2002 UTC revision 1.692 by akim, Tue Oct 22 12:34:21 2002 UTC
# Line 4281  define @code{STAT_MACROS_BROKEN}.  This Line 4281  define @code{STAT_MACROS_BROKEN}.  This
4281  Amdahl UTS and Motorola System V/88.  Amdahl UTS and Motorola System V/88.
4282  @end defmac  @end defmac
4283    
4284    @defmac AC_HEADER_STDBOOL
4285    @acindex HEADER_STDBOOL
4286    @cvindex HAVE_STDBOOL_H
4287    If @file{stdbool.h} exists and is conformant to C99, define
4288    @code{HAVE_STDBOOL_H} to 1.  Your @file{system.h} should contain the
4289    following code:
4290    
4291    @verbatim
4292    #if HAVE_STDBOOL_H
4293    # include <stdbool.h>
4294    #else
4295    typedef enum {false = 0, true = 1} bool;
4296    #endif
4297    @end verbatim
4298    @end defmac
4299    
4300    
4301  @defmac AC_HEADER_STDC  @defmac AC_HEADER_STDC
4302  @acindex HEADER_STDC  @acindex HEADER_STDC

Legend:
Removed from v.1.691  
changed lines
  Added in v.1.692

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26