mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
gnulib: delete all gnulib integration
This deletes all trace of gnulib from libvirt. We still have the keycodemapdb submodule to deal with. The simple solution taken was to update it when running autogen.sh. Previously gnulib could auto-trigger refresh when running 'make' too. We could figure out a solution for this, but with the pending meson rewrite it isn't worth worrying about, given how infrequently keycodemapdb changes. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -417,8 +417,7 @@ struct stringToLongData {
|
||||
|
||||
/* This test makes assumptions about our compilation platform that are
|
||||
* not guaranteed by POSIX. Good luck to you if you are crazy enough
|
||||
* to try and port libvirt to a platform with 16-bit int. Gnulib
|
||||
* already assumes that signed integers are two's complement. */
|
||||
* to try and port libvirt to a platform with 16-bit int. */
|
||||
G_STATIC_ASSERT(sizeof(int) == 4);
|
||||
G_STATIC_ASSERT(sizeof(long) == sizeof(int) || sizeof(long) == sizeof(long long));
|
||||
G_STATIC_ASSERT(sizeof(long long) == 8);
|
||||
|
||||
Reference in New Issue
Block a user