<div dir="ltr"><div><div><div><div><div>Hi all,<br></div>I'm having some troubles with telnet plugin when I try to use some foreign commands.<br></div>If I compile my commands (I put them in main.c to make it easier) and run on Linux everything is working fine, my foreign commands are listed when I type help in telnet and they do their job.<br>
</div><br>When I compile for Android all the default commands are running but I can't make work the foreign commands, and neither see them with the help command in telnet. <br></div>(I double checked on the configuration file and they should be active, also because the configuration is imported from the same machine where they are working)<br>
<br></div><div>I found only this difference just for Linux in telnet library<br>#ifdef __linux__<br>#include <fcntl.h><br>#endif /* __linux__ */<br><br>And I tried to workaround that just by adding:<br>#ifdef __ANDROID__<br>
#include <fcntl.h><br>#endif /*__ANDROID__ */<br><br></div><div>But the result seems to be unchanged at all.<br><br></div><div>Does anyone have an idea how to solve it? <br></div><div>Thanks for your help.<br></div>
<div>Karoly<br></div></div>