Re: [PATCH 0/5] RFC: strip 15,000 lines from a typical autoconf.h

From: Andrew Morton
Date: Wed Apr 11 2012 - 21:45:49 EST


On Wed, 11 Apr 2012 18:19:58 -0700 Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> #define IS_DEFINED(x) (__stringify(CONFIG_##x)[0]=='1')
>
> That really is a piece of art. I'm expecting that the Guggenheim will
> contact me any moment now about it.

Several weeks ago I asked the assemblage if anyone could think of a way
of doing this. It seems that I failed to Cc sufficiently perverted
parties.

> Of course, the above does *not* work for a pre-processor, but hey, you
> can't have everything. It literally is *only* valid in C code. You
> can't have everything.

So we shouldn't call it IS_DEFINED() - that would cause confusion with
the old version.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/