Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
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 18:14
asciitab.h
1.72
KB
-rw-r--r--
2023-05-22 18:14
expat.h
35.5
KB
-rw-r--r--
2023-05-22 18:14
iasciitab.h
1.79
KB
-rw-r--r--
2023-05-22 18:14
internal.h
1.83
KB
-rw-r--r--
2023-05-22 18:14
latin1tab.h
1.77
KB
-rw-r--r--
2023-05-22 18:14
nametab.h
6.88
KB
-rw-r--r--
2023-05-22 18:14
utf8tab.h
1.72
KB
-rw-r--r--
2023-05-22 18:14
winconfig.h
769
B
-rw-r--r--
2023-05-22 18:14
xmlrole.h
2.95
KB
-rw-r--r--
2023-05-22 18:14
xmltok.h
10.92
KB
-rw-r--r--
2023-05-22 18:14
xmltok_impl.h
661
B
-rw-r--r--
2023-05-22 18:14
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 */