12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 * version 2 for more details (a copy is included in the LICENSE file that 14 * accompanied this code). 15 * 16 * You should have received a copy of the GNU General Public License version 17 * 2 along with this work; if not, write to the Free Software Foundation, 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 19 * 20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 * or visit www.oracle.com if you need additional information or have any 22 * questions. 23 */ 24 25 /* pngconf.h - machine configurable file for libpng 26 * 27 * This file is available under and governed by the GNU General Public 28 * License version 2 only, as published by the Free Software Foundation. 29 * However, the following notice accompanied the original version of this 30 * file and, per its terms, should not be removed: 31 * 32 * libpng version 1.6.20, December 3, 2015 33 * 34 * Copyright (c) 1998-2015 Glenn Randers-Pehrson 35 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) 36 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) 37 * 38 * This code is released under the libpng license. 39 * For conditions of distribution and use, see the disclaimer 40 * and license in png.h 41 * 42 * Any machine specific code is near the front of this file, so if you 43 * are configuring libpng for a machine, you may want to read the section 44 * starting here down to where it starts to typedef png_color, png_text, 45 * and png_info. 46 */ 47 48 #ifndef PNGCONF_H 49 #define PNGCONF_H 50 51 #ifndef PNG_BUILDING_SYMBOL_TABLE /* else includes may cause problems */ 52 53 /* From libpng 1.6.0 libpng requires an ANSI X3.159-1989 ("ISOC90") compliant C 54 * compiler for correct compilation. The following header files are required by | 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 * version 2 for more details (a copy is included in the LICENSE file that 14 * accompanied this code). 15 * 16 * You should have received a copy of the GNU General Public License version 17 * 2 along with this work; if not, write to the Free Software Foundation, 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 19 * 20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 * or visit www.oracle.com if you need additional information or have any 22 * questions. 23 */ 24 25 /* pngconf.h - machine configurable file for libpng 26 * 27 * This file is available under and governed by the GNU General Public 28 * License version 2 only, as published by the Free Software Foundation. 29 * However, the following notice accompanied the original version of this 30 * file and, per its terms, should not be removed: 31 * 32 * libpng version 1.6.23, June 9, 2016 33 * 34 * Copyright (c) 1998-2002,2004,2006-2015 Glenn Randers-Pehrson 35 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) 36 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) 37 * 38 * This code is released under the libpng license. 39 * For conditions of distribution and use, see the disclaimer 40 * and license in png.h 41 * 42 * Any machine specific code is near the front of this file, so if you 43 * are configuring libpng for a machine, you may want to read the section 44 * starting here down to where it starts to typedef png_color, png_text, 45 * and png_info. 46 */ 47 48 #ifndef PNGCONF_H 49 #define PNGCONF_H 50 51 #ifndef PNG_BUILDING_SYMBOL_TABLE /* else includes may cause problems */ 52 53 /* From libpng 1.6.0 libpng requires an ANSI X3.159-1989 ("ISOC90") compliant C 54 * compiler for correct compilation. The following header files are required by |