Sha256: a9f158ada74760a2a537ab437e593b3fd58b27e713e02332c05daa7e5b657a72
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
AC_CHECK_HEADERS([stdbool.h], [ AH_TEMPLATE([USE_STDBOOL_H], [whether or not to use <stdbool.h>.]) AC_DEFINE([USE_STDBOOL_H]) ], [ AH_TEMPLATE([bool], [type for 'bool' if <stdbool.h> is missing or broken.]) AH_TEMPLATE([true], [value of 'true' if <stdbool.h> is missing or broken.]) AH_TEMPLATE([false], [value of 'false' if <stdbool.h> is missing or broken.]) AC_DEFINE([true], [1]) AC_DEFINE([false], [0]) ])
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/parser-autoconf.r/nested-block.ac.b/input.ac |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/parser-autoconf.r/nested-block.ac.b/input.ac |