[devel] Moved the 'config.h' support from pngconf.h to pngpriv.h

This commit is contained in:
Glenn Randers-Pehrson
2010-03-09 16:45:06 -06:00
parent f2c99bd5dc
commit dc6182a307
3 changed files with 13 additions and 11 deletions

View File

@@ -26,17 +26,6 @@
# include <limits.h>
#endif
/* Added at libpng-1.2.9 */
/* config.h is created by and PNG_CONFIGURE_LIBPNG is set by the "configure"
* script.
*/
#ifdef PNG_CONFIGURE_LIBPNG
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
#endif
/*
* Added at libpng-1.2.8
*