summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2016-04-26 14:41:39 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2016-06-18 15:08:28 +0200
commit9b81b18125bf738660db50b129b493b27f0ba4f4 (patch)
tree94f6ba83623d10449ab81e0d11fa90dc78ea3798 /src/os.h
parentd27d899b48fa53a7e70560d06d4a3d1740191761 (diff)
downloadscreen-9b81b18125bf738660db50b129b493b27f0ba4f4.tar.gz
rename define BUILTIN_TELNET to ENABLE_TELNET
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os.h b/src/os.h
index d594088..dc6b334 100644
--- a/src/os.h
+++ b/src/os.h
@@ -52,7 +52,7 @@
# define utimes utime
#endif
-#ifdef BUILTIN_TELNET
+#ifdef ENABLE_TELNET
# include <netinet/in.h>
# include <arpa/inet.h>
#endif