MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | // 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 | |
Zesstra | 268e3fd | 2019-07-25 14:29:01 +0200 | [diff] [blame^] | 12 | #define P_TELNET_KEEPALIVE_DELAY "p_lib_telnet_alive_delay" |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 13 | #endif |
| 14 | |
| 15 | #ifdef NEED_PROTOTYPES |
| 16 | #ifndef _TELNETNEG_H_PROTOS_ |
| 17 | #define _TELNETNEG_H_PROTOS_ |
| 18 | |
| 19 | #endif |
| 20 | #endif |