src/java.desktop/share/native/libsplashscreen/libpng/pnglibconf.h
author prr
Sat, 09 Dec 2017 11:40:40 -0800
changeset 48280 791d551bcdb8
parent 47216 71c04702a3d5
child 51304 66d9993dd4ad
permissions -rw-r--r--
8183960: Upgrade to libpng 1.6.34 Reviewed-by: serb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     1
/*
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     3
 *
48280
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
     4
 * This file is available under and governed by the GNU General Public
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
     5
 * License version 2 only, as published by the Free Software Foundation.
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
     6
 * However, the following notice accompanied the original version of this
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
     7
 * file and, per its terms, should not be removed:
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
     8
 *
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     9
 * This code is free software; you can redistribute it and/or modify it
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    10
 * under the terms of the GNU General Public License version 2 only, as
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    11
 * published by the Free Software Foundation.  Oracle designates this
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    12
 * particular file as subject to the "Classpath" exception as provided
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    13
 * by Oracle in the LICENSE file that accompanied this code.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    14
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    15
 * This code is distributed in the hope that it will be useful, but WITHOUT
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    16
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    17
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    18
 * version 2 for more details (a copy is included in the LICENSE file that
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    19
 * accompanied this code).
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    20
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    21
 * You should have received a copy of the GNU General Public License version
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    22
 * 2 along with this work; if not, write to the Free Software Foundation,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    23
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    24
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    25
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    26
 * or visit www.oracle.com if you need additional information or have any
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    27
 * questions.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    28
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    29
 * THIS FILE WAS MODIFIED BY ORACLE, INC.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    30
 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    31
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    32
/* libpng STANDARD API DEFINITION */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    33
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    34
/* pnglibconf.h - library build configuration */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    35
/* This file is available under and governed by the GNU General Public
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    36
 * License version 2 only, as published by the Free Software Foundation.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    37
 * However, the following notice accompanied the original version of this
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    38
 * file and, per its terms, should not be removed:
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    39
 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    40
48280
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
    41
/* libpng version 1.6.34, September 29, 2017 */
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    42
48280
791d551bcdb8 8183960: Upgrade to libpng 1.6.34
prr
parents: 47216
diff changeset
    43
/* Copyright (c) 1998-2017 Glenn Randers-Pehrson */
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    44
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    45
/* This code is released under the libpng license. */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    46
/* For conditions of distribution and use, see the disclaimer */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    47
/* and license in png.h */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    48
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    49
/* pnglibconf.h */
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    50
/* Machine generated file: DO NOT EDIT */
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    51
/* Derived from: scripts/pnglibconf.dfa */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    52
#ifndef PNGLCONF_H
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    53
#define PNGLCONF_H
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    54
/* options */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    55
#define PNG_16BIT_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    56
#define PNG_ALIGNED_MEMORY_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    57
/*#undef PNG_ARM_NEON_API_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    58
/*#undef PNG_ARM_NEON_CHECK_SUPPORTED*/
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    59
#define PNG_BENIGN_ERRORS_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    60
#define PNG_BENIGN_READ_ERRORS_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    61
/*#undef PNG_BENIGN_WRITE_ERRORS_SUPPORTED*/
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    62
#define PNG_BUILD_GRAYSCALE_PALETTE_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    63
#define PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    64
#define PNG_COLORSPACE_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    65
#define PNG_CONSOLE_IO_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    66
/*#undef PNG_CONVERT_tIME_SUPPORTED*/
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    67
#define PNG_EASY_ACCESS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    68
/*#undef PNG_ERROR_NUMBERS_SUPPORTED*/
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    69
#define PNG_ERROR_TEXT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    70
#define PNG_FIXED_POINT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    71
#define PNG_FLOATING_ARITHMETIC_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    72
#define PNG_FLOATING_POINT_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    73
#define PNG_FORMAT_AFIRST_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    74
#define PNG_FORMAT_BGR_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    75
#define PNG_GAMMA_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    76
#define PNG_GET_PALETTE_MAX_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    77
#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    78
#define PNG_INCH_CONVERSIONS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    79
#define PNG_INFO_IMAGE_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    80
#define PNG_IO_STATE_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    81
#define PNG_MNG_FEATURES_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    82
#define PNG_POINTER_INDEXING_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    83
#define PNG_PROGRESSIVE_READ_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    84
#define PNG_READ_16BIT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    85
#define PNG_READ_ALPHA_MODE_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    86
#define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    87
#define PNG_READ_BACKGROUND_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    88
#define PNG_READ_BGR_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    89
#define PNG_READ_CHECK_FOR_INVALID_INDEX_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    90
#define PNG_READ_COMPOSITE_NODIV_SUPPORTED
43321
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
    91
/*#undef PNG_READ_COMPRESSED_TEXT_SUPPORTED*/
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    92
#define PNG_READ_EXPAND_16_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    93
#define PNG_READ_EXPAND_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    94
#define PNG_READ_FILLER_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    95
#define PNG_READ_GAMMA_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
    96
#define PNG_READ_GET_PALETTE_MAX_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    97
#define PNG_READ_GRAY_TO_RGB_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    98
#define PNG_READ_INTERLACING_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    99
#define PNG_READ_INT_FUNCTIONS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   100
#define PNG_READ_INVERT_ALPHA_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   101
#define PNG_READ_INVERT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   102
#define PNG_READ_OPT_PLTE_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   103
#define PNG_READ_PACKSWAP_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   104
#define PNG_READ_PACK_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   105
#define PNG_READ_QUANTIZE_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   106
#define PNG_READ_RGB_TO_GRAY_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   107
#define PNG_READ_SCALE_16_TO_8_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   108
#define PNG_READ_SHIFT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   109
#define PNG_READ_STRIP_16_TO_8_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   110
#define PNG_READ_STRIP_ALPHA_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   111
#define PNG_READ_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   112
#define PNG_READ_SWAP_ALPHA_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   113
#define PNG_READ_SWAP_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   114
#define PNG_READ_TEXT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   115
#define PNG_READ_TRANSFORMS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   116
#define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   117
#define PNG_READ_USER_CHUNKS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   118
#define PNG_READ_USER_TRANSFORM_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   119
#define PNG_READ_bKGD_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   120
#define PNG_READ_cHRM_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   121
#define PNG_READ_gAMA_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   122
#define PNG_READ_hIST_SUPPORTED
43321
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   123
/*#undef PNG_READ_iCCP_SUPPORTED*/
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   124
/*#undef PNG_READ_iTXt_SUPPORTED*/
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   125
#define PNG_READ_oFFs_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   126
#define PNG_READ_pCAL_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   127
#define PNG_READ_pHYs_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   128
#define PNG_READ_sBIT_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   129
#define PNG_READ_sCAL_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   130
#define PNG_READ_sPLT_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   131
#define PNG_READ_sRGB_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   132
#define PNG_READ_tEXt_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   133
#define PNG_READ_tIME_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   134
#define PNG_READ_tRNS_SUPPORTED
43321
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   135
/*#undef PNG_READ_zTXt_SUPPORTED*/
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   136
/*#undef PNG_SAVE_INT_32_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   137
#define PNG_SAVE_UNKNOWN_CHUNKS_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   138
#define PNG_SEQUENTIAL_READ_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   139
#define PNG_SETJMP_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   140
#define PNG_SET_OPTION_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   141
#define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   142
#define PNG_SET_USER_LIMITS_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   143
#define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   144
#define PNG_SIMPLIFIED_READ_BGR_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   145
#define PNG_SIMPLIFIED_READ_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   146
/*#undef PNG_SIMPLIFIED_WRITE_AFIRST_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   147
/*#undef PNG_SIMPLIFIED_WRITE_BGR_SUPPORTED*/
40436
94ae0ede53a5 8155690: Update libPNG library to the latest up-to-date
azvegint
parents: 35296
diff changeset
   148
/*#undef PNG_SIMPLIFIED_WRITE_STDIO_SUPPORTED*/
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   149
/*#undef PNG_SIMPLIFIED_WRITE_SUPPORTED*/
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   150
#define PNG_STDIO_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   151
#define PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   152
#define PNG_TEXT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   153
#define PNG_TIME_RFC1123_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   154
#define PNG_UNKNOWN_CHUNKS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   155
#define PNG_USER_CHUNKS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   156
#define PNG_USER_LIMITS_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   157
#define PNG_USER_MEM_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   158
#define PNG_USER_TRANSFORM_INFO_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   159
#define PNG_USER_TRANSFORM_PTR_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   160
#define PNG_WARNINGS_SUPPORTED
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   161
/*#undef PNG_WRITE_16BIT_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   162
/*#undef PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   163
/*#undef PNG_WRITE_BGR_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   164
/*#undef PNG_WRITE_CHECK_FOR_INVALID_INDEX_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   165
/*#undef PNG_WRITE_COMPRESSED_TEXT_SUPPORTED*/
35296
659e92aaf7f4 8143941: Update splashscreen displays
azvegint
parents: 29913
diff changeset
   166
/*#undef PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED*/
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   167
/*#undef PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   168
/*#undef PNG_WRITE_FILLER_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   169
/*#undef PNG_WRITE_FILTER_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   170
/*#undef PNG_WRITE_FLUSH_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   171
/*#undef PNG_WRITE_GET_PALETTE_MAX_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   172
/*#undef PNG_WRITE_INTERLACING_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   173
/*#undef PNG_WRITE_INT_FUNCTIONS_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   174
/*#undef PNG_WRITE_INVERT_ALPHA_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   175
/*#undef PNG_WRITE_INVERT_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   176
/*#undef PNG_WRITE_OPTIMIZE_CMF_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   177
/*#undef PNG_WRITE_PACKSWAP_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   178
/*#undef PNG_WRITE_PACK_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   179
/*#undef PNG_WRITE_SHIFT_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   180
/*#undef PNG_WRITE_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   181
/*#undef PNG_WRITE_SWAP_ALPHA_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   182
/*#undef PNG_WRITE_SWAP_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   183
/*#undef PNG_WRITE_TEXT_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   184
/*#undef PNG_WRITE_TRANSFORMS_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   185
/*#undef PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   186
/*#undef PNG_WRITE_USER_TRANSFORM_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   187
/*#undef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   188
/*#undef PNG_WRITE_bKGD_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   189
/*#undef PNG_WRITE_cHRM_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   190
/*#undef PNG_WRITE_gAMA_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   191
/*#undef PNG_WRITE_hIST_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   192
/*#undef PNG_WRITE_iCCP_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   193
/*#undef PNG_WRITE_iTXt_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   194
/*#undef PNG_WRITE_oFFs_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   195
/*#undef PNG_WRITE_pCAL_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   196
/*#undef PNG_WRITE_pHYs_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   197
/*#undef PNG_WRITE_sBIT_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   198
/*#undef PNG_WRITE_sCAL_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   199
/*#undef PNG_WRITE_sPLT_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   200
/*#undef PNG_WRITE_sRGB_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   201
/*#undef PNG_WRITE_tEXt_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   202
/*#undef PNG_WRITE_tIME_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   203
/*#undef PNG_WRITE_tRNS_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   204
/*#undef PNG_WRITE_zTXt_SUPPORTED*/
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   205
#define PNG_bKGD_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   206
#define PNG_cHRM_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   207
#define PNG_gAMA_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   208
#define PNG_hIST_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   209
#define PNG_iCCP_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   210
#define PNG_iTXt_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   211
#define PNG_oFFs_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   212
#define PNG_pCAL_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   213
#define PNG_pHYs_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   214
#define PNG_sBIT_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   215
#define PNG_sCAL_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   216
#define PNG_sPLT_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   217
#define PNG_sRGB_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   218
#define PNG_tEXt_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   219
#define PNG_tIME_SUPPORTED
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   220
#define PNG_tRNS_SUPPORTED
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   221
#define PNG_zTXt_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   222
/* end of options */
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   223
/* settings */
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   224
#define PNG_API_RULE 0
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   225
#define PNG_DEFAULT_READ_MACROS 1
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   226
#define PNG_GAMMA_THRESHOLD_FIXED 5000
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   227
#define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   228
#define PNG_INFLATE_BUF_SIZE 1024
35296
659e92aaf7f4 8143941: Update splashscreen displays
azvegint
parents: 29913
diff changeset
   229
#define PNG_LINKAGE_API extern
659e92aaf7f4 8143941: Update splashscreen displays
azvegint
parents: 29913
diff changeset
   230
#define PNG_LINKAGE_CALLBACK extern
659e92aaf7f4 8143941: Update splashscreen displays
azvegint
parents: 29913
diff changeset
   231
#define PNG_LINKAGE_DATA extern
659e92aaf7f4 8143941: Update splashscreen displays
azvegint
parents: 29913
diff changeset
   232
#define PNG_LINKAGE_FUNCTION extern
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   233
#define PNG_MAX_GAMMA_8 11
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   234
#define PNG_QUANTIZE_BLUE_BITS 5
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   235
#define PNG_QUANTIZE_GREEN_BITS 5
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   236
#define PNG_QUANTIZE_RED_BITS 5
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   237
#define PNG_TEXT_Z_DEFAULT_COMPRESSION (-1)
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   238
#define PNG_TEXT_Z_DEFAULT_STRATEGY 0
43321
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   239
#define PNG_USER_CHUNK_CACHE_MAX 1000
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   240
#define PNG_USER_CHUNK_MALLOC_MAX 8000000
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   241
#define PNG_USER_HEIGHT_MAX 8000
2b8d397c03a4 8167228: Update to libpng 1.6.28
prr
parents: 40436
diff changeset
   242
#define PNG_USER_WIDTH_MAX 8000
29913
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   243
#define PNG_ZBUF_SIZE 8192
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   244
#define PNG_ZLIB_VERNUM 0
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   245
#define PNG_Z_DEFAULT_COMPRESSION (-1)
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   246
#define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   247
#define PNG_Z_DEFAULT_STRATEGY 1
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   248
#define PNG_sCAL_PRECISION 5
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   249
#define PNG_sRGB_PROFILE_CHECKS 2
95258013e132 8069198: Upgrade image library
azvegint
parents: 25859
diff changeset
   250
/* end of settings */
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   251
#endif /* PNGLCONF_H */