From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] configure check for crypt() Date: Sun, 22 Feb 2004 07:41:35 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87oerskt4g.fsf@zip.com.au> References: <87eksw6s4d.fsf@ID-28718.user.uni-berlin.de> <871xor4b51.fsf@ID-28718.user.uni-berlin.de> <87k72hjq7r.fsf@zip.com.au> <87ad3czy6q.fsf@ID-28718.user.uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077399828 22790 80.91.224.253 (21 Feb 2004 21:43:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2004 21:43:48 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Feb 21 22:43:41 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AueuS-0007je-00 for ; Sat, 21 Feb 2004 22:43:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Auetk-0001Km-3o for guile-devel@m.gmane.org; Sat, 21 Feb 2004 16:42:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AuetC-0001IO-Ek for guile-devel@gnu.org; Sat, 21 Feb 2004 16:42:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Auesg-0000ug-D6 for guile-devel@gnu.org; Sat, 21 Feb 2004 16:42:21 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Auesf-0000s0-Me for guile-devel@gnu.org; Sat, 21 Feb 2004 16:41:49 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1LLffLE030882; Sun, 22 Feb 2004 08:41:41 +1100 Original-Received: from localhost (ppp198.dyn10.pacific.net.au [61.8.10.198]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1LLfe0H020499; Sun, 22 Feb 2004 08:41:41 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AuesS-0004Jo-00; Sun, 22 Feb 2004 07:41:36 +1000 Original-To: Andreas Voegele Mail-Copies-To: never In-Reply-To: <87ad3czy6q.fsf@ID-28718.user.uni-berlin.de> (Andreas Voegele's message of "Sat, 21 Feb 2004 08:30:53 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3424 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3424 Andreas Voegele writes: > > (passwd:dir (getpwuid (cuserid))) Incidentally, I see the glibc manual and the gnu/linux man page advise against cuserid, suggesting either LOGNAME or geteuid. Looks like glib g_get_home_dir uses the latter. Maybe a little define (just for internal use) for guile to collect up this nonsense in one place. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel