From owner-freebsd-multimedia Sat Jul 19 18:02:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA20137 for multimedia-outgoing; Sat, 19 Jul 1997 18:02:51 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA20131 for ; Sat, 19 Jul 1997 18:02:46 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.8.5) with ESMTP id SAA00400; Sat, 19 Jul 1997 18:02:42 -0700 (PDT) Message-Id: <199707200102.SAA00400@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: "J. Utz" cc: multimedia@FreeBSD.ORG Subject: Re: 970714 configure.c the formatting is making me crazy! In-reply-to: Your message of "Sat, 19 Jul 1997 16:15:47 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Jul 1997 18:02:42 -0700 From: Amancio Hasty Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk We don't use configure.c . The purpose of local.h is to provide a set of default values for popular sound cards which can be overriden at boot time and it has a couple of sound card constants such as dsp buffer size. Amancio >From The Desk Of "J. Utz" : > Hi; > > i am messing with configure.c in the 970714 sound snap because the 970718 > version doesn't have a configure.c > > the conditionals are full tab indents, which means that the lines in the > really important part are totally messed up in 80 columns in emacs! arghh! > is there some magic emacs command that fixes this stuff automatically? > > I am trying to figure out why configure ( which asks questions about > configuring a maui card ) doesn't ever configure the dang thing ( atleast > as far as looking at local.h is concerned... > > i noticed at line 494 there is an open curly brace just sitting there all > by itself, then, at line 501 there is a for loop with no open curly brace! > > printf("/*\tGenerated by configure. Don't edit!!!!\t*/\n"); > printf("/*\tMaking changes to this file is not as simple as it may > look.\t*/\n\n"); > > { > /* > * Partial driver > */ > > full_driver = 0; > > for (i = 0; i <= OPT_LAST; i++) > if (can_select_option(i)) { > > > the formatting is making it impossible for me to figure out what is going > on, so i am going thru the whole thing and shorting up the indents by > hand, great way to explore code, but sort of irritating... > > is that lonely curly brace supposed to be there? > > tnx! > > john > > ***************************************************************************** ** > John Utz spaz@u.washington.edu > idiocy is the impulse function in the convolution of life >