Go to the first, previous, next, last section, table of contents.


Generic Typedef Checks

This macro is used to check for typedefs not covered by the particular test macros.

Macro: AC_CHECK_TYPE (type, default)
If the type type is not defined in `sys/types.h', or `stdlib.h' or `stddef.h' if they exist, define it to be the C (or C++) builtin type default; e.g., `short' or `unsigned'.


Go to the first, previous, next, last section, table of contents.