Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 7 Aug 2002 20:42:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 7 Aug 2002 20:42:07 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:19341 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Wed, 7 Aug 2002 20:42:07 -0400 Date: Wed, 7 Aug 2002 19:45:45 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Matthew Bell cc: linux-kernel@vger.kernel.org, Subject: Re: [PATCH] 2.4.19; 3c515.c In-Reply-To: <20020807234744.9365.qmail@operamail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 543 Lines: 20 On Thu, 8 Aug 2002, Matthew Bell wrote: > -#ifdef CONFIG_ISAPNP > +#if defined(CONFIG_ISAPNP) || (defined (MODULE) && defined (CONFIG_ISAPNP_MODULE)) You can achieve the same by +#ifdef __ISAPNP__ assuming you did include , which you'd normally do when using isapnp ;) --Kai - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/