Source
13
13
** GNU General Public License for more details.
14
14
**
15
15
** You should have received a copy of the GNU General Public License
16
16
** along with this program; if not, write to the Free Software
17
17
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
**/
19
19
20
20
#ifndef ZABBIX_TELNET_H
21
21
#define ZABBIX_TELNET_H
22
22
23
-
#include "sysinfo.h"
23
+
#include "module.h"
24
24
#include "comms.h"
25
25
26
26
#define WAIT_READ 0
27
27
#define WAIT_WRITE 1
28
28
29
29
#define CMD_IAC 255
30
30
#define CMD_WILL 251
31
31
#define CMD_WONT 252
32
32
#define CMD_DO 253
33
33
#define CMD_DONT 254