aboutsummaryrefslogtreecommitdiffstats
path: root/libtelnet.h
diff options
context:
space:
mode:
authorSean Middleditch <sean@middleditch.us>2009-03-16 17:01:35 -0400
committerSean Middleditch <sean@middleditch.us>2009-03-16 17:01:35 -0400
commit4a1240e2a73bcf99bc2127baeef807020e6f50f0 (patch)
tree3666a541ae1d9a3ed455ddced4349bd89a8221ec /libtelnet.h
parent97a8cb25b9db9a78b05f01cc91af64bfc35c03e8 (diff)
remove AUTO_CRLF flag, realized it is conceptually broken
Diffstat (limited to 'libtelnet.h')
-rw-r--r--libtelnet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtelnet.h b/libtelnet.h
index a8bf4da..f03b92f 100644
--- a/libtelnet.h
+++ b/libtelnet.h
@@ -92,7 +92,6 @@ typedef enum libtelnet_event_type_t libtelnet_event_type_t;
/* libtelnet feature flags */
#define LIBTELNET_FLAG_PROXY (1<<0)
-#define LIBTELNET_FLAG_AUTO_CRLF (1<<1)
#define LIBTELNET_PFLAG_DEFLATE (1<<7)