[libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.h

This commit is contained in:
John Bowler
2011-12-17 14:21:54 -06:00
committed by Glenn Randers-Pehrson
parent d1dceee2f7
commit ba6fbc57ba
12 changed files with 67 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
/* pngvalid.c - validate libpng by constructing then reading png files.
*
* Last changed in libpng 1.5.7 [(PENDING RELEASE)]
* Last changed in libpng 1.6.0 [(PENDING RELEASE)]
* Copyright (c) 2011 Glenn Randers-Pehrson
* Written by John Cunningham Bowler
*
@@ -25,7 +25,7 @@
#include <signal.h>
#include "../../pngconfig.h"
#include "config.h"
#ifdef HAVE_FEENABLEEXCEPT
# include <fenv.h>