From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43121 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general Subject: Re: display-time, mail-icon and POP3 mailboxes Date: Fri, 15 Feb 2002 03:37:26 -0700 (MST) Sender: owner-ding@hpc.uh.edu Message-ID: <200202151037.g1FAbQj07405@santafe.santafe.edu> 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: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035178266 15865 80.91.224.250 (21 Oct 2002 05:31:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:31:06 +0000 (UTC) Cc: emacs-devel@gnu.org, ding@gnus.org Return-Path: Original-Received: (qmail 10007 invoked from network); 15 Feb 2002 10:38:01 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 15 Feb 2002 10:38:01 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16bfkN-0002Lq-00; Fri, 15 Feb 2002 04:37:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 15 Feb 2002 04:37:43 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA16827 for ; Fri, 15 Feb 2002 04:37:31 -0600 (CST) Original-Received: (qmail 9980 invoked by alias); 15 Feb 2002 10:37:28 -0000 Original-Received: (qmail 9975 invoked from network); 15 Feb 2002 10:37:27 -0000 Original-Received: from pele.santafe.edu (192.12.12.119) by gnus.org with SMTP; 15 Feb 2002 10:37:27 -0000 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) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43121 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43121 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.