libabigail/tools
Dodji Seketeli 778530eb0d Don't make system headers depend on config.h
While building on an 32 bit intel platform, compilation of
abipkgdiff.cc failed because  fts.h wouldn't compile with
the macro _FILE_OFFSET_BITS set to 64.  That macro is set by config.h!

The idea of this patch is to make config.h have an effect only on
libabigail's own header files, not on system header files.

	* tools/abipkgdiff.cc: Include config.h after system headers and
	before libabigail's headers.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2017-11-08 15:34:51 +01:00
..
.gitignore Add .gitignore files. 2014-09-12 11:05:01 +02:00
abiar.cc Adjust archive-related code for the recent addition of tools_utils::* 2015-01-13 11:02:10 +01:00
abicompat.cc Update copyright year on a bunch of files 2017-01-05 12:51:49 +01:00
abidiff.cc Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
abidw.cc Wire the --no-show-locs option to abidw 2017-11-02 12:57:11 +01:00
abilint.cc Initial support of de-serializing the KMI of a Linux Kernel Tree 2017-07-03 17:45:41 +02:00
abipkgdiff.cc Don't make system headers depend on config.h 2017-11-08 15:34:51 +01:00
abisym.cc Fix misleading indentation issues 2016-09-21 12:06:51 +02:00
binilint.cc Update copyright years 2015-01-07 17:52:10 +01:00
fedabipkgdiff Add a --suppressions option to fedabipkgdiff 2017-10-16 14:45:32 +02:00
kmidiff.cc Add --impacted-changes option to kmidiff 2017-10-08 18:51:35 +02:00
Makefile.am Support loading and comparing two kernel trees 2017-07-03 17:45:36 +02:00