diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-10 17:49:59 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-10 17:49:59 +0000 |
commit | 3cc99378f5f4283c824205db938641fb43196d35 (patch) | |
tree | ea5b4bfa78e04e195f9e44e93c6c2fa082cccbbf /ace/config-linux-lxpthreads.h | |
parent | 1ae9b8e0ec96f0d1c2332e0b15b9d43ab98ebeaf (diff) | |
download | ATCD-3cc99378f5f4283c824205db938641fb43196d35.tar.gz |
added automatic detection of AIO support, based on existence of
/usr/lib/librt.so.
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index d6b42ba31c9..a3a491587c5 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -28,10 +28,6 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H -// AIO Stuff is present here. Eventhough I could nt get the -// $ACE_ROOT/examples/Reactor/Proactor/<anything> to work. -#define ACE_HAS_AIO_CALLS - #include "ace/config-linux-common.h" #define ACE_HAS_SVR4_DYNAMIC_LINKING |