commit | a79621874991f3bffd1a15ea70d7fd6ed9f0019b | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Mon Oct 17 16:24:09 2016 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Oct 18 13:53:54 2016 -0400 |
tree | 1dc956f104a222b9f2b67c589b55f0838ed70286 | |
parent | 16c123f4b1f3c8d20b3f597df161d7e635620923 [diff] |
libselinux: DISABLE_BOOL move to include headers Some systems, like Mac, don't have stdio_ext.h. Since we're building with DISABLE_BOOL=y on Mac, just include the header files with the DISABLE define, and use the bare minimum headers for DISABLE_BOOL=y. Signed-off-by: William Roberts <william.c.roberts@intel.com>