[libpng16] Added pngconf.h

This commit is contained in:
Glenn Randers-Pehrson 2011-12-17 10:01:00 -06:00
parent 0b3634bcc4
commit 751a93f3ec

26
pngconfig.h Normal file
View File

@ -0,0 +1,26 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.6.0beta02 - December 17, 2011
*
* Copyright (c) 2011 Glenn Randers-Pehrson
* Written by John Bowler.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*
* config.h is created by and PNG_CONFIGURE_LIBPNG is set by the "configure"
* script. We may need it here to get the correct configuration on things
* like limits.
*/
#ifndef PNGCONFIG_H
#define PNGCONFIG_H
#ifdef PNG_CONFIGURE_LIBPNG
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
#endif
#endif /* PNGCONFIG_H */