Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
plan9 /
Delete
Unzip
Name
Size
Permission
Date
Action
arpa
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
aperl
229
B
-r--r--r--
2014-12-27 11:48
buildinfo
16
B
-r--r--r--
2014-12-27 11:48
config.plan9
131.38
KB
-r--r--r--
2015-01-28 21:08
config_h.sample
129.25
KB
-r--r--r--
2014-12-27 11:48
config_sh.sample
22.12
KB
-r--r--r--
2015-01-28 21:08
exclude
209
B
-r--r--r--
2014-12-27 11:48
fndvers
205
B
-r--r--r--
2014-12-27 11:48
genconfig.pl
8.25
KB
-r--r--r--
2014-12-27 11:48
mkfile
5.62
KB
-r--r--r--
2015-01-17 16:51
myconfig.plan9
1.34
KB
-r--r--r--
2014-12-27 11:48
plan9.c
3.12
KB
-r--r--r--
2014-12-27 11:48
plan9ish.h
4.15
KB
-r--r--r--
2014-12-27 11:48
setup.rc
1.67
KB
-r--r--r--
2014-12-27 11:48
versnum
205
B
-r--r--r--
2014-12-27 11:48
Save
Rename
#include "EXTERN.h" #include "perl.h" /* Functions mentioned in <sys/socket.h> but not implemented */ int getsockopt(int a, int b, int c, void *d, int *e) { croak("Function \"getsockopt\" not implemented in this version of perl."); return (int)NULL; } int setsockopt(int a, int b, int c, void *d, int *e) { croak("Function \"setsockopt\" not implemented in this version of perl."); return (int)NULL; } int recvmsg(int a, struct msghdr *b, int c) { croak("Function \"recvmsg\" not implemented in this version of perl."); return (int)NULL; } int sendmsg(int a, struct msghdr *b, int c) { croak("Function \"sendmsg\" not implemented in this version of perl."); return (int)NULL; } /* Functions mentioned in <netdb.h> but not implemented */ struct netent *getnetbyname(const char *a) { croak("Function \"getnetbyname\" not implemented in this version of perl."); return (struct netent *)NULL; } struct netent *getnetbyaddr(long a, int b) { croak("Function \"getnetbyaddr\" not implemented in this version of perl."); return (struct netent *)NULL; } struct netent *getnetent() { croak("Function \"getnetent\" not implemented in this version of perl."); return (struct netent *)NULL; } struct protoent *getprotobyname(const char *a) { croak("Function \"getprotobyname\" not implemented in this version of perl."); return (struct protoent *)NULL; } struct protoent *getprotobynumber(int a) { croak("Function \"getprotobynumber\" not implemented in this version of perl."); return (struct protoent *)NULL; } struct protoent *getprotoent() { croak("Function \"getprotoent\" not implemented in this version of perl."); return (struct protoent *)NULL; } struct servent *getservbyport(int a, const char *b) { croak("Function \"getservbyport\" not implemented in this version of perl."); return (struct servent *)NULL; } struct servent *getservent() { croak("Function \"getservent\" not implemented in this version of perl."); return (struct servent *)NULL; } void sethostent(int a) { croak("Function \"sethostent\" not implemented in this version of perl."); } void setnetent(int a) { croak("Function \"setnetent\" not implemented in this version of perl."); } void setprotoent(int a) { croak("Function \"setprotoent\" not implemented in this version of perl."); } void setservent(int a) { croak("Function \"setservent\" not implemented in this version of perl."); } void endnetent() { croak("Function \"endnetent\" not implemented in this version of perl."); } void endprotoent() { croak("Function \"endprotoent\" not implemented in this version of perl."); } void endservent() { croak("Function \"endservent\" not implemented in this version of perl."); } int tcdrain(int) { croak("Function \"tcdrain\" not implemented in this version of perl."); } int tcflow(int, int) { croak("Function \"tcflow\" not implemented in this version of perl."); } int tcflush(int, int) { croak("Function \"tcflush\" not implemented in this version of perl."); } int tcsendbreak(int, int) { croak("Function \"tcsendbreak\" not implemented in this version of perl."); }