| commit | 7e49a4f99273858887806c6251d958e1e664bedf | [log] [tgz] |
|---|---|---|
| author | Paul Jakma <paul.jakma@hpe.com> | Tue Aug 02 13:36:03 2016 +0100 |
| committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:38 2016 +0100 |
| tree | 35279e730589b0a460211eeb73279bdff1978102 | |
| parent | a3b161bb72d7fdb58e79afd0f706849601f77fe2 [diff] |
build: Test for features.h and move include to lib/zebra.h
* configure.ac: Check for features.h, which is needed to get Clang to
define __STDC_IEC_559__.
* lib/{stream.c,zebra.h}: move the features.h include to zebra.h, so
lib/network.c also gets it.