[Bf-committers] Status report

Kent Mein bf-committers@blender.org
Fri, 22 Nov 2002 12:35:05 -0600


Ok stupid question here on the autoconf stuff.

Is it ok to go through the code and everywhere I find a #ifdef, #ifndef
to make sure that file includes config.h
(then also make a dummy config.h for people not using autoconf)

I figured I'd start with the .h's and then for the .c files 
just make sure they include a .h that includes it.

Kent