[devel] Removed "#define 1_4_X" migration aid from pngconf.h

This commit is contained in:
Glenn Randers-Pehrson 2009-11-03 19:22:32 -06:00
parent 74b5acc35d
commit 9038c3bc48

View File

@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.4.0beta92 - November 3, 2009
* libpng version 1.4.0beta92 - November 4, 2009
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@ -22,8 +22,6 @@
#ifndef PNGCONF_H
#define PNGCONF_H
#define PNG_1_4_X
#ifndef PNG_NO_LIMITS_H
# include <limits.h>
#endif