From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chuck Winters Subject: config.h Date: Tue, 10 Dec 2002 15:56:18 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20021210155618.A11637@atl.lmco.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Would it be prudent to include the linux/config.h file in a user level program to check for the existence of certain modules? I know there are other ways, like using autoconf, etc. I was just wondering. Chuck