From owner-freebsd-questions@FreeBSD.ORG Tue May 17 04:58:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C6F016A4CE for ; Tue, 17 May 2005 04:58:41 +0000 (GMT) Received: from mx2.fujixerox.co.jp (mx2.fujixerox.co.jp [192.26.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6488243D48 for ; Tue, 17 May 2005 04:58:40 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw2.fujixerox.co.jp ([129.249.27.132]) by mx2.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4H4wYm26760; Tue, 17 May 2005 13:58:34 +0900 (JST) Received: from ms1.fujixerox.co.jp (isvw2 [129.249.27.132]) by isvw2.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4H4wSs00489; Tue, 17 May 2005 13:58:28 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4H4wXa09269; Tue, 17 May 2005 13:58:33 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 49871021116305914; Tue, 17 May 2005 12:58:34 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 262A81D969; Tue, 17 May 2005 12:51:59 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 804E31D969; Tue, 17 May 2005 12:51:52 +0800 (SGT) From: Xu Qiang To: Dan Nelson , Xu Qiang Date: Tue, 17 May 2005 13:01:14 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050517045152.804E31D969@imss.sgp.fujixerox.com> cc: freebsd-questions@freebsd.org Subject: RE: The availability of socketbits.h? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 04:58:41 -0000 Dan Nelson wrote: > That is a Linux internal header that programs should not be including > directly. What version of nngs are you trying to compile? I > downloaded nngs-1.1.16 from http://sourceforge.net/projects/nngs/ and > line 23 of src/network.c is a blank line: > = > 20 #ifdef HAVE_CONFIG_H > 21 #include > 22 #endif > 23 > 24 #include > 25 #include > 26 #include By the way, is there a similar sourceforge page for mlrate? I understand th= at it is necesary for nngs to compile. = Regards, Xu Qiang