Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php44 /
usr /
include /
php /
ext /
xml /
expat /
Delete
Unzip
Name
Size
Permission
Date
Action
ascii.h
1.77
KB
-rw-r--r--
2023-05-22 19:44
asciitab.h
1.72
KB
-rw-r--r--
2023-05-22 19:44
expat.h
35.5
KB
-rw-r--r--
2023-05-22 19:44
iasciitab.h
1.79
KB
-rw-r--r--
2023-05-22 19:44
internal.h
1.83
KB
-rw-r--r--
2023-05-22 19:44
latin1tab.h
1.77
KB
-rw-r--r--
2023-05-22 19:44
nametab.h
6.88
KB
-rw-r--r--
2023-05-22 19:44
utf8tab.h
1.72
KB
-rw-r--r--
2023-05-22 19:44
winconfig.h
769
B
-rw-r--r--
2023-05-22 19:44
xmlrole.h
2.95
KB
-rw-r--r--
2023-05-22 19:44
xmltok.h
10.92
KB
-rw-r--r--
2023-05-22 19:44
xmltok_impl.h
661
B
-rw-r--r--
2023-05-22 19:44
Save
Rename
/*================================================================ ** Copyright 2000, Clark Cooper ** All rights reserved. ** ** This is free software. You are permitted to copy, distribute, or modify ** it under the terms of the MIT/X license (contained in the COPYING file ** with this distribution.) */ #ifndef WINCONFIG_H #define WINCONFIG_H #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN #include <memory.h> #include <string.h> #define XML_NS 1 #define XML_DTD 1 #define XML_CONTEXT_BYTES 1024 /* we will assume all Windows platforms are little endian */ #define BYTEORDER 1234 /* Windows has memmove() available. */ #ifndef HAVE_MEMMOVE #define HAVE_MEMMOVE #endif #endif /* ndef WINCONFIG_H */