/[autoconf]/autoconf/lib/autoconf/headers.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/headers.m4

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

revision 1.25 by akim, Tue Oct 22 12:34:22 2002 UTC revision 1.26 by akim, Wed Oct 23 07:27:04 2002 UTC
# Line 509  AC_DEFUN([AC_HEADER_STDBOOL], Line 509  AC_DEFUN([AC_HEADER_STDBOOL],
509  # error false is not 0  # error false is not 0
510  #endif  #endif
511  #ifndef true  #ifndef true
512  # error false is not defined  # error true is not defined
513  #endif  #endif
514  #if true != 1  #if true != 1
515  # error true is not 1  # error true is not 1
# Line 533  AC_DEFUN([AC_HEADER_STDBOOL], Line 533  AC_DEFUN([AC_HEADER_STDBOOL],
533        [[ return !a + !b + !c + !d + !e + !f + !g + !h + !i; ]])],        [[ return !a + !b + !c + !d + !e + !f + !g + !h + !i; ]])],
534        [ac_cv_header_stdbool_h=yes],        [ac_cv_header_stdbool_h=yes],
535        [ac_cv_header_stdbool_h=no])])        [ac_cv_header_stdbool_h=no])])
536    AC_CHECK_TYPES([_Bool])
537  if test $ac_cv_header_stdbool_h = yes; then  if test $ac_cv_header_stdbool_h = yes; then
538    AC_DEFINE(HAVE_STDBOOL_H, 1, [Define to 1 if stdbool.h conforms to C99.])    AC_DEFINE(HAVE_STDBOOL_H, 1, [Define to 1 if stdbool.h conforms to C99.])
539  fi  fi

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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