diff options
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 466294e5640..68f88090490 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -1,11 +1,12 @@ /* -*- C++ -*- */ // $Id$ -// This configuration file is designed to be included by another, -// specific configuration file. It provides config information common -// to all Linux platforms. It automatically determines the CPU -// architecture, compiler (g++ or egcs), and libc (libc5 or glibc), -// and configures based on those. +// Do not use this configuration file directly since it's designed to +// be included by another, specific configuration file, such as +// config-linux.h. It provides config information common to all Linux +// platforms. It automatically determines the CPU architecture, +// compiler (g++ or egcs), and libc (libc5 or glibc), and configures +// based on those. #ifndef ACE_LINUX_COMMON_H #define ACE_LINUX_COMMON_H |