From owner-freebsd-questions@FreeBSD.ORG Mon Aug 17 10:09:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5E7E106568C for ; Mon, 17 Aug 2009 10:09:13 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 860CF8FC57 for ; Mon, 17 Aug 2009 10:09:11 +0000 (UTC) Received: from phenom.cordula.ws (phenom [192.168.254.60]) by fw.farid-hajji.net (Postfix) with ESMTP id 86DCA36E0A; Mon, 17 Aug 2009 12:09:07 +0200 (CEST) Date: Mon, 17 Aug 2009 12:09:06 +0200 From: cpghost To: Polytropon Message-ID: <20090817100906.GA1162@phenom.cordula.ws> References: <980215.56754.qm@web58307.mail.re3.yahoo.com> <20090812130546.GA3672@marge.bs.l> <4A82C3DD.7040209@ibctech.ca> <002701ca1b59$b3e132c0$1ba39840$@com> <20090813040701.34245f03.freebsd@edvax.de> <003601ca1e89$deda1ef0$9c8e5cd0$@com> <20090816172801.GA84244@marvin.optimis.net> <20090817102529.be4fe3a5.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090817102529.be4fe3a5.freebsd@edvax.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: please help to uninstall FreeBSD!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2009 10:09:13 -0000 On Mon, Aug 17, 2009 at 10:25:29AM +0200, Polytropon wrote: > By the way, where did I read that #define macro names have to > be unique within the first 6 (six) letters? :-) The 6 letters limit was actually a restriction of earlier linkers and it affected all identifiers of linkable objects like variables, functions etc... Everybody familiar with FORTRAN libraries like BLAS [1] will remember that cramped namespace. ;-) [1]: http://www.netlib.org/lapack/lug/node145.html -cpghost. -- Cordula's Web. http://www.cordula.ws/