diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 17:34:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 17:34:57 +0000 |
commit | 97141638891a4f8e4a1974e464569c66693e2dd8 (patch) | |
tree | 9fcf43e56688e00fae39cf763e9377a812a92bc6 /ace/config-cygwin32.h | |
parent | fc8ecf5c589b42bee8bb6c1eeb317b2f9f6d388a (diff) | |
download | ATCD-97141638891a4f8e4a1974e464569c66693e2dd8.tar.gz |
.
Diffstat (limited to 'ace/config-cygwin32.h')
-rw-r--r-- | ace/config-cygwin32.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h new file mode 100644 index 00000000000..ae4efc440e1 --- /dev/null +++ b/ace/config-cygwin32.h @@ -0,0 +1,14 @@ +/* -*- C++ -*- */ +// $Id$ + +// The following configuration file is designed to work for Linux +// platforms using GNU C++. + +#if !defined (ACE_CONFIG_H) +#define ACE_CONFIG_H + +#include "ace/config-cygwin32-common.h" + +#define ACE_HAS_AUTOMATIC_INIT_FINI + +#endif /* ACE_CONFIG_H */ |