379887f5c0
This package attempts to resolve deficiencies in system headers by providing missing types, definitions and prototypes in shadow headers. New in this version: - Rewrote all of the tests to use autoconf. - Implemented tests and support for more standard integer types.
9 lines
512 B
Text
9 lines
512 B
Text
This package attempts to resolve deficiencies in system headers by
|
|
providing missing types, definitions and prototypes in shadow headers.
|
|
|
|
When use of compat_headers has been enabled on a platform, this package will
|
|
become a compile-time dependency for every package. It will provide customized
|
|
header files that take preference over some system provided ones (that may
|
|
not even exist). This happens transparently through use of buildlink3.
|
|
|
|
To enable use of this package, set FIX_SYSTEM_HEADERS=yes in mk.conf.
|