Imported from libpng-1.2.9beta9.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-03-10 10:19:04 -06:00
parent 1ce0836b4a
commit 170b70ce30
55 changed files with 252 additions and 161 deletions

View File

@@ -1,10 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
#if defined(PNG_1_0_X)
#endif
#if defined (PNG_1_2_X)
* libpng version 1.2.9beta8 - March 9, 2006
* libpng version 1.2.9beta9 - March 10, 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,6 +27,10 @@
#include "pngusr.h"
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/*
* Added at libpng-1.2.8
*