summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-15 15:39:32 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-15 15:39:32 +0000
commit66a4656a4d7f0c1e9d6cd1ab44deec11bca8f826 (patch)
treeb6d57e74a0c9c4d3a3e57c00f76e11f4db813a26
parent7c403fa5cb72317e7c73efb9651f17713ec25914 (diff)
downloadATCD-66a4656a4d7f0c1e9d6cd1ab44deec11bca8f826.tar.gz
updated header comments about autosensing
-rw-r--r--ace/config-linux-common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 7864a65d4d9..a94795e5dde 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -4,8 +4,9 @@
// 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, libc (libc5 or glibc), and compiler (g++ or egcs),
-// and configures based on those.
+// architecture, compiler (g++ or egcs), libc (libc5 or glibc), and
+// whether the library supports exception handling, and configures
+// based on those.
#if !defined (ACE_LINUX_COMMON_H)
#define ACE_LINUX_COMMON_H
@@ -52,7 +53,7 @@
// OS/compiler uses size_t * rather than int * for socket lengths
#define ACE_HAS_SIZET_SOCKET_LEN
#else
-// Platform lacks POSIX prototypes for certain System V functions
+// Platform lacks POSIX prototypes for certain System V functions
// like shared memory and message queues.
#define ACE_LACKS_SOME_POSIX_PROTOTYPES
#endif /* __GLIBC__ */