blob: 6a5f1ca4e749036d688b2d9f29fb88fe5e628933 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// telnetneg.h -- Definitionen und Prototypes fuer Telnet-Negotiations
4//
5// $Id: telnetneg.h 8348 2013-02-03 22:14:39Z Zesstra $
6
7#include "/secure/telnetneg.h"
8
9#ifndef _TELNETNEG_H_
10#define _TELNETNEG_H_
11
Zesstra268e3fd2019-07-25 14:29:01 +020012#define P_TELNET_KEEPALIVE_DELAY "p_lib_telnet_alive_delay"
MG Mud User88f12472016-06-24 23:31:02 +020013#endif
14
15#ifdef NEED_PROTOTYPES
16#ifndef _TELNETNEG_H_PROTOS_
17#define _TELNETNEG_H_PROTOS_
18
19#endif
20#endif