[OpenAFS-devel] initial afsconfig.h.in patch

Derrick J Brashear shadow@dementia.org
Mon, 30 Apr 2001 15:07:56 -0400 (EDT)


On 30 Apr 2001, Russ Allbery wrote:

> Nathan Neulinger <nneul@umr.edu> writes:
> 
> > I started modifying afsd.c to make use of the afs/afsconfig.h
> > include. For now, it's being included as #include <afs/afsconfig.h>, but
> > when the autoconf stuff is developed, I think that the Makefile should
> > be doing -I$(srcdir) etc. and just use #include "afsconfig.h".
> 
> For what it's worth, autoconf recommends against ever using "" for include
> files since it interferes with srcdir != builddir builds.  Not sure how
> much we care.

As long as the config file isn't named config.h using <> shouldn't be a
problem; But use of afs/afsconfig.h is suboptimal. 

-D