< prev index next >

src/java.desktop/share/native/libsplashscreen/libpng/pnglibconf.h

Print this page


   1 /*
   2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3  *





   4  * This code is free software; you can redistribute it and/or modify it
   5  * under the terms of the GNU General Public License version 2 only, as
   6  * published by the Free Software Foundation.  Oracle designates this
   7  * particular file as subject to the "Classpath" exception as provided
   8  * by Oracle in the LICENSE file that accompanied this code.
   9  *
  10  * This code is distributed in the hope that it will be useful, but WITHOUT
  11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  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  * THIS FILE WAS MODIFIED BY ORACLE, INC.
  25  */
  26 
  27 /* libpng STANDARD API DEFINITION */
  28 
  29 /* pnglibconf.h - library build configuration */
  30 /* This file is available under and governed by the GNU General Public
  31  * License version 2 only, as published by the Free Software Foundation.
  32  * However, the following notice accompanied the original version of this
  33  * file and, per its terms, should not be removed:
  34  */
  35 
  36 /* libpng version 1.6.28, January 5, 2017 */
  37 
  38 /* Copyright (c) 1998-2016 Glenn Randers-Pehrson */
  39 
  40 /* This code is released under the libpng license. */
  41 /* For conditions of distribution and use, see the disclaimer */
  42 /* and license in png.h */
  43 
  44 /* pnglibconf.h */
  45 /* Machine generated file: DO NOT EDIT */
  46 /* Derived from: scripts/pnglibconf.dfa */
  47 #ifndef PNGLCONF_H
  48 #define PNGLCONF_H
  49 /* options */
  50 #define PNG_16BIT_SUPPORTED
  51 #define PNG_ALIGNED_MEMORY_SUPPORTED
  52 /*#undef PNG_ARM_NEON_API_SUPPORTED*/
  53 /*#undef PNG_ARM_NEON_CHECK_SUPPORTED*/
  54 #define PNG_BENIGN_ERRORS_SUPPORTED
  55 #define PNG_BENIGN_READ_ERRORS_SUPPORTED
  56 /*#undef PNG_BENIGN_WRITE_ERRORS_SUPPORTED*/
  57 #define PNG_BUILD_GRAYSCALE_PALETTE_SUPPORTED
  58 #define PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED


   1 /*
   2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3  *
   4  * This file is available under and governed by the GNU General Public
   5  * License version 2 only, as published by the Free Software Foundation.
   6  * However, the following notice accompanied the original version of this
   7  * file and, per its terms, should not be removed:
   8  *
   9  * This code is free software; you can redistribute it and/or modify it
  10  * under the terms of the GNU General Public License version 2 only, as
  11  * published by the Free Software Foundation.  Oracle designates this
  12  * particular file as subject to the "Classpath" exception as provided
  13  * by Oracle in the LICENSE file that accompanied this code.
  14  *
  15  * This code is distributed in the hope that it will be useful, but WITHOUT
  16  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  17  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18  * version 2 for more details (a copy is included in the LICENSE file that
  19  * accompanied this code).
  20  *
  21  * You should have received a copy of the GNU General Public License version
  22  * 2 along with this work; if not, write to the Free Software Foundation,
  23  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  24  *
  25  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  26  * or visit www.oracle.com if you need additional information or have any
  27  * questions.
  28  *
  29  * THIS FILE WAS MODIFIED BY ORACLE, INC.
  30  */
  31 
  32 /* libpng STANDARD API DEFINITION */
  33 
  34 /* pnglibconf.h - library build configuration */
  35 /* This file is available under and governed by the GNU General Public
  36  * License version 2 only, as published by the Free Software Foundation.
  37  * However, the following notice accompanied the original version of this
  38  * file and, per its terms, should not be removed:
  39  */
  40 
  41 /* libpng version 1.6.34, September 29, 2017 */
  42 
  43 /* Copyright (c) 1998-2017 Glenn Randers-Pehrson */
  44 
  45 /* This code is released under the libpng license. */
  46 /* For conditions of distribution and use, see the disclaimer */
  47 /* and license in png.h */
  48 
  49 /* pnglibconf.h */
  50 /* Machine generated file: DO NOT EDIT */
  51 /* Derived from: scripts/pnglibconf.dfa */
  52 #ifndef PNGLCONF_H
  53 #define PNGLCONF_H
  54 /* options */
  55 #define PNG_16BIT_SUPPORTED
  56 #define PNG_ALIGNED_MEMORY_SUPPORTED
  57 /*#undef PNG_ARM_NEON_API_SUPPORTED*/
  58 /*#undef PNG_ARM_NEON_CHECK_SUPPORTED*/
  59 #define PNG_BENIGN_ERRORS_SUPPORTED
  60 #define PNG_BENIGN_READ_ERRORS_SUPPORTED
  61 /*#undef PNG_BENIGN_WRITE_ERRORS_SUPPORTED*/
  62 #define PNG_BUILD_GRAYSCALE_PALETTE_SUPPORTED
  63 #define PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED


< prev index next >