Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include
File: jconfig-64.h
/* jconfig.h. Generated from jconfig.h.in by configure. */
[0] Fix | Delete
/* Version ID for the JPEG library.
[1] Fix | Delete
* Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
[2] Fix | Delete
*/
[3] Fix | Delete
#define JPEG_LIB_VERSION 62
[4] Fix | Delete
[5] Fix | Delete
/* libjpeg-turbo version */
[6] Fix | Delete
#define LIBJPEG_TURBO_VERSION 1.5.3
[7] Fix | Delete
[8] Fix | Delete
/* libjpeg-turbo version in integer form */
[9] Fix | Delete
#define LIBJPEG_TURBO_VERSION_NUMBER 1005003
[10] Fix | Delete
[11] Fix | Delete
/* Support arithmetic encoding */
[12] Fix | Delete
#define C_ARITH_CODING_SUPPORTED 1
[13] Fix | Delete
[14] Fix | Delete
/* Support arithmetic decoding */
[15] Fix | Delete
#define D_ARITH_CODING_SUPPORTED 1
[16] Fix | Delete
[17] Fix | Delete
/*
[18] Fix | Delete
* Define BITS_IN_JSAMPLE as either
[19] Fix | Delete
* 8 for 8-bit sample values (the usual setting)
[20] Fix | Delete
* 12 for 12-bit sample values
[21] Fix | Delete
* Only 8 and 12 are legal data precisions for lossy JPEG according to the
[22] Fix | Delete
* JPEG standard, and the IJG code does not support anything else!
[23] Fix | Delete
* We do not support run-time selection of data precision, sorry.
[24] Fix | Delete
*/
[25] Fix | Delete
[26] Fix | Delete
#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
[27] Fix | Delete
[28] Fix | Delete
/* Define to 1 if you have the <locale.h> header file. */
[29] Fix | Delete
#define HAVE_LOCALE_H 1
[30] Fix | Delete
[31] Fix | Delete
/* Define to 1 if you have the <stddef.h> header file. */
[32] Fix | Delete
#define HAVE_STDDEF_H 1
[33] Fix | Delete
[34] Fix | Delete
/* Define to 1 if you have the <stdlib.h> header file. */
[35] Fix | Delete
#define HAVE_STDLIB_H 1
[36] Fix | Delete
[37] Fix | Delete
/* Define to 1 if the system has the type `unsigned char'. */
[38] Fix | Delete
#define HAVE_UNSIGNED_CHAR 1
[39] Fix | Delete
[40] Fix | Delete
/* Define to 1 if the system has the type `unsigned short'. */
[41] Fix | Delete
#define HAVE_UNSIGNED_SHORT 1
[42] Fix | Delete
[43] Fix | Delete
/* Compiler does not support pointers to undefined structures. */
[44] Fix | Delete
/* #undef INCOMPLETE_TYPES_BROKEN */
[45] Fix | Delete
[46] Fix | Delete
/* Support in-memory source/destination managers */
[47] Fix | Delete
#define MEM_SRCDST_SUPPORTED 1
[48] Fix | Delete
[49] Fix | Delete
/* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
[50] Fix | Delete
memset/memcpy in <string.h>. */
[51] Fix | Delete
/* #undef NEED_BSD_STRINGS */
[52] Fix | Delete
[53] Fix | Delete
/* Define if you need to include <sys/types.h> to get size_t. */
[54] Fix | Delete
#define NEED_SYS_TYPES_H 1
[55] Fix | Delete
[56] Fix | Delete
/* Define if your (broken) compiler shifts signed values as if they were
[57] Fix | Delete
unsigned. */
[58] Fix | Delete
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
[59] Fix | Delete
[60] Fix | Delete
/* Use accelerated SIMD routines. */
[61] Fix | Delete
#define WITH_SIMD 1
[62] Fix | Delete
[63] Fix | Delete
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
[64] Fix | Delete
#ifndef __CHAR_UNSIGNED__
[65] Fix | Delete
/* # undef __CHAR_UNSIGNED__ */
[66] Fix | Delete
#endif
[67] Fix | Delete
[68] Fix | Delete
/* Define to empty if `const' does not conform to ANSI C. */
[69] Fix | Delete
/* #undef const */
[70] Fix | Delete
[71] Fix | Delete
/* Define to `unsigned int' if <sys/types.h> does not define. */
[72] Fix | Delete
/* #undef size_t */
[73] Fix | Delete
[74] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function