diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-10-21 22:13:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-10-21 22:13:55 +0000 |
commit | c0493aa808630508c802f2ed8e84df4592786c59 (patch) | |
tree | 368483f16fe4f7ea4764e6670539c845d5ef6415 /ace/config-linux-common.h | |
parent | 0f37bd044cdfcd86f8e9845d7328883ff3cbc883 (diff) | |
download | ATCD-c0493aa808630508c802f2ed8e84df4592786c59.tar.gz |
ChangeLogTag:Sun Oct 21 12:50:39 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
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 |