[Poppler-bugs] [Bug 11243] Installed headers #include <config.h> in 0.5.9
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 13 03:23:57 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=11243
------- Comment #1 from Axel.Howind at htp-tel.de 2007-06-13 03:23 PST -------
Further investigation shows that the following macros are used in these
headers:
USE_GCC_PRAGMAS (used in SecurityHandler.h and FixedPoint.h)
ENABLE_PLUGINS (used in SecurityHandler.h)
USE_EXCEPTIONS (used in gmem.h)
USE_FIXEDPOINT (used in FixedPoint.h)
DEBUG_MEM (used in gmem.h)
Since only USE_EXCEPTIONS and USE_FIXEDPOINT are defined in config.h, I assume
it's safe to duplicate these in config.h.in, and replace the includes in the
headers.
USE_GCC_PRAGMAS, ENABLE_PLUGINS and DEBUG_MEM are not even mentioned in
config.h.in.
I will try to create a patch.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Poppler-bugs
mailing list