Imported from libpng-1.2.10beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-04-15 06:37:45 -05:00
parent a7d0c94169
commit d5d63601b9
56 changed files with 147 additions and 190 deletions

View File

@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.2.9 - April 14, 2006
* libpng version 1.2.10beta1 - April 15, 2006
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2005 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -30,8 +30,11 @@
#include "pngusr.h"
#endif
/* PNG_CONFIGURE_LIBPNG is set by the "configure" script. */
#ifdef PNG_CONFIGURE_LIBPNG
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "png_conf.h"
#endif
#endif
/*