Go to the first, previous, next, last section, table of contents.
The following macros check for the presence of certain members in C
structures. If there is no macro specifically defined to check for a
member you need, then you can use the general structure-member macro
(see section Generic Structure Checks) or, for more complex tests, you may use
AC_TRY_COMPILE
(see section Examining Syntax).
Go to the first, previous, next, last section, table of contents.