Restore TELOPT_GMCP
Ging bei Commit 5f7e49be86cb8359080c8a678834dbe64b5e7abc verloren, wird
aber benoetigt.
Change-Id: I8644c7256a6706cb349798c0a64df61c307d6d5b
diff --git a/sys/telnet.h b/sys/telnet.h
index de7b75c..b4fc976 100644
--- a/sys/telnet.h
+++ b/sys/telnet.h
@@ -117,6 +117,7 @@
#define TELOPT_ZMP 93 /* Zenith Mud Protocol */
#define TELOPT_MUSHCLIENT 102 /* Mushclient/Aardwolf Protocol */
#define TELOPT_ATCP 200 /* Achaea Telnet Client Protocol */
+#define TELOPT_GMCP 201 /* General Mud Comunication Protocol*/
#define NTELOPTS 256 /* was: (1+TELOPT_NEWENV) */