From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: display-time, mail-icon and POP3 mailboxes Date: Fri, 15 Feb 2002 03:37:26 -0700 (MST) Message-ID: References: <200202081357.g18Dvfw05454@aztec.santafe.edu> <5x1yfva7m8.fsf@kfs2.cua.dk> <5xn0yhrtye.fsf@kfs2.cua.dk> <200202111848.g1BIm0406891@aztec.santafe.edu> <5x3d07iojn.fsf@kfs2.cua.dk> <200202131538.g1DFcGc08698@aztec.santafe.edu> <5x3d0558tf.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013772977 32321 195.204.10.66 (15 Feb 2002 11:36:17 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 15 Feb 2002 11:36:17 GMT Cc: emacs-devel@gnu.org, ding@gnus.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bgf2-0008PD-00 for ; Fri, 15 Feb 2002 12:36:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bfnj-0005r3-00; Fri, 15 Feb 2002 05:41:11 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bfk7-0005bR-00; Fri, 15 Feb 2002 05:37:27 -0500 Original-Received: from santafe.santafe.edu (santafe [192.12.12.2]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1FAbQu25408; Fri, 15 Feb 2002 03:37:26 -0700 (MST) Original-Received: (from rms@localhost) by santafe.santafe.edu (8.10.2+Sun/8.9.3) id g1FAbQj07405; Fri, 15 Feb 2002 03:37:26 -0700 (MST) X-Authentication-Warning: santafe.santafe.edu: rms set sender to rms@santafe using -f Original-To: kfs.dk@santafe.edu In-reply-to: <5x3d0558tf.fsf@kfs2.cua.dk> (no-spam@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1169 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1169 I think I will need to test for the availability of HAVE_SELECT, F_SETFL, O_NONBLOCK, and HAVE_GETPEERNAME (which is used to check whether the connect actually succeeded). But that might not work on all systems, so I may need to add a BROKEN_NON_BLOCKING_CONNECT define which can be set for systems where this doesn't work (just to be defencive). Ok, that sounds fine. There is currently no HAVE_GETPEERNAME check in configure, but I suppose that can be added (by someone who speaks autoconf :-) If that function would be in libc, it is trivial--just see how the other such functions are handled and getpeername to the list. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel