summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 17:34:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 17:34:57 +0000
commit97141638891a4f8e4a1974e464569c66693e2dd8 (patch)
tree9fcf43e56688e00fae39cf763e9377a812a92bc6 /ace/config-cygwin32.h
parentfc8ecf5c589b42bee8bb6c1eeb317b2f9f6d388a (diff)
downloadATCD-97141638891a4f8e4a1974e464569c66693e2dd8.tar.gz
.
Diffstat (limited to 'ace/config-cygwin32.h')
-rw-r--r--ace/config-cygwin32.h14
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 */