Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpguard /
cpg-clamav /
include /
Delete
Unzip
Name
Size
Permission
Date
Action
clamav-types.h
1.82
KB
-rw-r--r--
2023-02-22 11:07
clamav-version.h
2.01
KB
-rw-r--r--
2023-02-22 11:07
clamav.h
57.48
KB
-rw-r--r--
2023-02-22 11:07
Save
Rename
/* * Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Tomasz Kojm, Micah Snyder * * Warning: This file is generated with ./configure. Do not edit! * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef __CLAMAV_TYPES_H #define __CLAMAV_TYPES_H #include <inttypes.h> /* Ensure we have print format types */ /* PRIu64 should be in <inttypes.h> */ #ifndef _SF64_PREFIX #define _SF64_PREFIX "l" #endif #ifndef PRIu64 #define PRIu64 _SF64_PREFIX "u" #endif #ifndef PRIx64 #define PRIx64 _SF64_PREFIX "i" #endif #ifndef PRIi64 #define PRIi64 _SF64_PREFIX "x" #endif #ifndef STDu64 #define STDu64 "%" PRIu64 #define STDi64 "%" PRIi64 #define STDx64 "%" PRIx64 #endif /* PRIu32 should also be in <inttypes.h> */ #ifndef PRIu32 #ifndef _SF32_PREFIX #define _SF32_PREFIX "" #endif #define PRIu32 _SF32_PREFIX "u" #define PRIi32 _SF32_PREFIX "i" #define PRIx32 _SF32_PREFIX "x" #endif #ifndef STDu32 #define STDu32 "%" PRIu32 #define STDi32 "%" PRIi32 #define STDx32 "%" PRIx32 #endif #ifndef INT32_MAX #define INT32_MAX 2147483647 #endif #endif