OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
x86_64-linux-gnu
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:50:42 AM
rwxr-xr-x
📄
a.out.h
4.25 KB
05/03/2022 10:19:39 AM
rw-r--r--
📁
asm
-
05/09/2024 07:14:21 AM
rwxr-xr-x
📁
atlas
-
10/28/2024 06:50:17 AM
rwxr-xr-x
📁
bits
-
01/31/2023 12:30:37 PM
rwxr-xr-x
📁
c++
-
01/31/2023 12:38:15 PM
rwxr-xr-x
📄
cblas-atlas.h
33.17 KB
09/13/2017 08:29:27 PM
rw-r--r--
📄
cblas.h
33.17 KB
09/13/2017 08:29:27 PM
rw-r--r--
📄
clapack.h
9.48 KB
09/13/2017 08:29:27 PM
rw-r--r--
📄
expat_config.h
3.43 KB
11/18/2022 10:57:30 AM
rw-r--r--
📄
fpu_control.h
3.5 KB
05/03/2022 10:19:39 AM
rw-r--r--
📁
gnu
-
01/31/2023 12:30:37 PM
rwxr-xr-x
📄
ieee754.h
4.79 KB
05/03/2022 10:19:39 AM
rw-r--r--
📄
jconfig.h
2.11 KB
09/21/2022 06:07:11 PM
rw-r--r--
📁
libavcodec
-
10/28/2024 06:50:18 AM
rwxr-xr-x
📁
libavformat
-
10/28/2024 06:50:19 AM
rwxr-xr-x
📁
libavresample
-
10/28/2024 06:50:19 AM
rwxr-xr-x
📁
libavutil
-
10/28/2024 06:50:17 AM
rwxr-xr-x
📁
libswresample
-
10/28/2024 06:50:17 AM
rwxr-xr-x
📁
libswscale
-
10/28/2024 06:50:35 AM
rwxr-xr-x
📁
python3.6m
-
05/09/2024 06:57:56 AM
rwxr-xr-x
📁
sys
-
01/31/2023 12:30:37 PM
rwxr-xr-x
📄
tiff.h
35.14 KB
03/03/2023 04:24:30 PM
rw-r--r--
📄
tiffconf.h
3.35 KB
03/03/2023 04:24:30 PM
rw-r--r--
📄
tiffio.h
22.68 KB
03/03/2023 04:24:30 PM
rw-r--r--
📄
tiffio.hxx
1.66 KB
03/03/2023 04:24:30 PM
rw-r--r--
📄
tiffvers.h
410 bytes
03/03/2023 04:24:30 PM
rw-r--r--
📄
unixodbc_conf.h
982 bytes
03/26/2018 02:37:19 PM
rw-r--r--
Editing: jconfig.h
Close
/* jconfig.h. Generated from jconfig.h.in by configure. */ /* Version ID for the JPEG library. * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60". */ #define JPEG_LIB_VERSION 80 /* libjpeg-turbo version */ #define LIBJPEG_TURBO_VERSION 1.5.2 /* libjpeg-turbo version in integer form */ #define LIBJPEG_TURBO_VERSION_NUMBER 1005002 /* Support arithmetic encoding */ #define C_ARITH_CODING_SUPPORTED 1 /* Support arithmetic decoding */ #define D_ARITH_CODING_SUPPORTED 1 /* * Define BITS_IN_JSAMPLE as either * 8 for 8-bit sample values (the usual setting) * 12 for 12-bit sample values * Only 8 and 12 are legal data precisions for lossy JPEG according to the * JPEG standard, and the IJG code does not support anything else! * We do not support run-time selection of data precision, sorry. */ #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ /* Define to 1 if you have the <locale.h> header file. */ /* Define to 1 if you have the <stddef.h> header file. */ /* Define to 1 if you have the <stdlib.h> header file. */ /* Define to 1 if the system has the type `unsigned char'. */ #define HAVE_UNSIGNED_CHAR 1 /* Define to 1 if the system has the type `unsigned short'. */ #define HAVE_UNSIGNED_SHORT 1 /* Compiler does not support pointers to undefined structures. */ /* #undef INCOMPLETE_TYPES_BROKEN */ /* Support in-memory source/destination managers */ /* #undef MEM_SRCDST_SUPPORTED */ /* Define if you have BSD-like bzero and bcopy in <strings.h> rather than memset/memcpy in <string.h>. */ /* #undef NEED_BSD_STRINGS */ /* Define if you need to include <sys/types.h> to get size_t. */ #define NEED_SYS_TYPES_H 1 /* Define if your (broken) compiler shifts signed values as if they were unsigned. */ /* #undef RIGHT_SHIFT_IS_UNSIGNED */ /* Use accelerated SIMD routines. */ #define WITH_SIMD 1 /* Define to 1 if type `char' is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ /* # undef __CHAR_UNSIGNED__ */ #endif /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `unsigned int' if <sys/types.h> does not define. */ /* #undef size_t */