GNOME Bugzilla – Bug 101024
art_config.h should be protected for multiple inclusion
Last modified: 2011-08-25 04:55:54 UTC
Hi, http://bugs.debian.org/171162 Like most header files, /usr/include/libart-2.0/\ libart_lgpl/art_config.h should contain the typical protection mechanism for multiple inclusion, e.g. #ifndef _ART_CONFIG_H_ #define _ART_CONFIG_H_ at the beginning and #endif /* _ART_CONFIG_H_ */ at the end.
While it could use the protectors, in reality its only ever included via art_misc.h, so it shouldn't be a large issue. A greater issue is that art_config.h contains arch-specific data, and as such shouldn't be intalled in /usr/include but in /usr/lib.
Hi there, is there any progress on that issue? If I make patch to move this file to /usr/lib/ will you commit it to CVS? Ondrej Sury Debian maintainer of this package :-)
libart development has been stalled and it has been unmaintained now. Maintainers don't have future development plan so i am closing all the bugs as WONTFIX. Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.