From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 22:33:16 2011 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 8F3E51065675 for ; Fri, 28 Oct 2011 22:33:16 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5A57B8FC17 for ; Fri, 28 Oct 2011 22:33:16 +0000 (UTC) Received: from pps.filterd (ltcfislmsgpa02 [127.0.0.1]) by ltcfislmsgpa02.fnfis.com (8.14.4/8.14.4) with SMTP id p9SMX3tO003422; Fri, 28 Oct 2011 17:33:15 -0500 Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa02.fnfis.com with ESMTP id 10r40c82rn-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 28 Oct 2011 17:33:15 -0500 Received: from [192.168.1.103] (10.14.152.54) by smtp.fisglobal.com (10.132.206.31) with Microsoft SMTP Server (TLS) id 14.1.323.3; Fri, 28 Oct 2011 17:33:14 -0500 MIME-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" From: Devin Teske In-Reply-To: <20111028222410.GA4910@thought.org> Date: Fri, 28 Oct 2011 15:33:11 -0700 Content-Transfer-Encoding: 7bit Message-ID: <0A34FAB8-E576-4FD1-A414-506B84AB52FE@fisglobal.com> References: <20111028222410.GA4910@thought.org> To: Gary Kline X-Mailer: Apple Mail (2.1084) X-Originating-IP: [10.14.152.54] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813, 1.0.211, 0.0.0000 definitions=2011-10-28_05:2011-10-28, 2011-10-28, 1970-01-01 signatures=0 Cc: FreeBSD Mailing List Subject: Re: header files?:: where? 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: Fri, 28 Oct 2011 22:33:16 -0000 On Oct 28, 2011, at 3:24 PM, Gary Kline wrote: > > yes, i'm still messing with my curses pgm and have made some > discoveries---among them, that xmodmap might be interferring with my > configuration. > > anyway, anybody know where the following headers might be found/ > > ---- > > #include "gen_defs.h" > #include "ciolib.h" > #include "curs_cio.h" Couldn't find any of those. > #include "keys.h" > #include "mouse.h" Maybe these are from the XFree86 source: HEAD/xc/lib/font/Speedo/keys.h HEAD/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.h NOTE: Here's the cvsup file I use to pull down XFree86 source... ==================== BEGIN xc-all.cvsup ==================== *default host=anoncvs.xfree86.org *default base=/usr/opshome/dteske/src/xfree86/HEAD *default prefix=/usr/opshome/dteske/src/xfree86/HEAD *default release=cvs tag=. *default delete use-rel-suffix *default compress cvs-base doctools-all contrib-all utils-all xtest-all xc-all ==================== END xc-all.cvsup ==================== > #include "vidmodes.h" Couldn't find this one. -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.