Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: Symbolic Links Message-ID: <6350@brl-smoke.ARPA> Date: Thu, 27-Aug-87 16:03:02 EDT Article-I.D.: brl-smok.6350 Posted: Thu Aug 27 16:03:02 1987 Date-Received: Sat, 29-Aug-87 10:31:43 EDT References: <8731@brl-adm.ARPA> <2789@ulysses.homer.nj.att.com> <1781@munnari.oz> <8195@mimsy.UUCP> Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 In article <8195@mimsy.UUCP>, chris@mimsy.UUCP (Chris Torek) writes: - #ifdef KERNEL - #include "../machine/pte.h" - #else - #include - #endif - which is as it should be---one should be able to build experimental - kernels without reference to /usr/include. Another solution would have been to add -I.. to CFLAGS in the Makefile and just use ("wherever" really should be "sys") in the source. <> names are not necessarily sought just in /usr/include. We use this feature quite a bit.