diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
commit | c9501e6462e903a6a3150f2bc7a063195d01682d (patch) | |
tree | 378a21a13fcc04c9961b0ac665298719e11a1c42 /ace/config-aix-3.2.5.h | |
parent | 903743f0337a06a07c63af42e3f596b975e84776 (diff) | |
download | ATCD-c9501e6462e903a6a3150f2bc7a063195d01682d.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/config-aix-3.2.5.h')
-rw-r--r-- | ace/config-aix-3.2.5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-aix-3.2.5.h b/ace/config-aix-3.2.5.h index 9090292445f..49438015dda 100644 --- a/ace/config-aix-3.2.5.h +++ b/ace/config-aix-3.2.5.h @@ -4,6 +4,9 @@ // The following configuration file is designed to work for AIX 3.2.5 // with xlC. Thanks to Bob Olson <olson@mcs.anl.gov> for this. +#ifndef ACE_CONFIG_H +#define ACE_CONFIG_H + /*#define ACE_HAS_PTHREADS*/ #define MAXNAMELEN 1024 @@ -39,3 +42,5 @@ // Platform supports STREAMS. /*#define ACE_HAS_STREAMS*/ + +#endif /* ACE_CONFIG_H */ |