[devel] Attempted to fix cpp on Solaris with S. Studio 12 cc, fix build

Added a make macro DFNCPP that is a CPP that will accept the tokens in
    a .dfn file and adds configure stuff to test for such a CPP.  ./configure
    should fail if one is not available.
This commit is contained in:
John Bowler
2011-01-22 17:03:33 -06:00
committed by Glenn Randers-Pehrson
parent a861ed971e
commit 71a10f2ca1
5 changed files with 42 additions and 3 deletions

3
png.h
View File

@@ -2232,7 +2232,8 @@ PNG_EXPORT(207, void, png_save_uint_16, (png_bytep buf, unsigned int i));
*/
/* The last ordinal number (this is the *last* one already used; the next
* one to use is one more than this.)
* one to use is one more than this.) Maintainer, remember to add an entry to
* scripts/symbols.def as well.
*/
#ifdef PNG_EXPORT_LAST_ORDINAL
PNG_EXPORT_LAST_ORDINAL(216);