From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: TIOCGLTC and TIOCGETC on MSDOS and w32 Date: Mon, 09 Aug 2010 15:57:25 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281383859 12441 80.91.229.12 (9 Aug 2010 19:57:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 19:57:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 21:57:34 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OiYTU-000135-U2 for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 21:57:33 +0200 Original-Received: from localhost ([127.0.0.1]:56207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiYTU-0001Ru-F0 for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 15:57:32 -0400 Original-Received: from [199.232.76.173] (port=43081 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiYTP-0001Rp-EK for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:57:27 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OiYTO-0000qt-I0 for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:57:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58378) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OiYTO-0000qo-Bo for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:57:26 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OiYTN-0004C1-SY for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:57:25 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128506 Archived-At: Are TIOCGLTC and TIOCGETC defined on MSDOS and w32? [very likely, but it would be nice if someone with access to these platforms could check] If they are not, we can completely remove the following code in systty.h: #if defined (TIOCGLTC) && !defined (HAVE_TERMIOS) #define HAVE_LTCHARS #endif #if defined (TIOCGETC) && !defined (HAVE_TERMIOS) #define HAVE_TCHARS #endif which would enable remove of more code in other places...