From b8c20f01bc8a85f038f9401e4989eb9c7df900f8 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 22 Jun 2005 10:22:41 -0700 Subject: [PATCH] [svn] Clarify the difference between this and sysdep.h. --- src/config-post.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/config-post.h b/src/config-post.h index 7706a25d..04de0b7d 100644 --- a/src/config-post.h +++ b/src/config-post.h @@ -1,6 +1,10 @@ /* Some autoconf-unrelated preprocessor magic that needs to be done - before including the system includes and therefore cannot belong in - sysdep.h. This file is included at the bottom of config.h. */ + *before* including the system includes and therefore cannot belong + in sysdep.h. + + Everything else related to system tweaking belongs to sysdep.h. + + This file is included at the bottom of config.h. */ /* Alloca-related defines, straight out of the Autoconf manual. */