summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-mingw.h
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-11 20:45:28 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-11 20:45:28 +0000
commit8e63edbcff4bfff7e272405a25b8bedf4733816d (patch)
tree4e288b7bebd4c2c483fba708c3c8dbfe17031aae /ACE/ace/config-win32-mingw.h
parent92e5859f6f5f519c32e64d5ee71d8e5c3c1d6980 (diff)
downloadATCD-8e63edbcff4bfff7e272405a25b8bedf4733816d.tar.gz
Wed Jan 11 20:43:47 UTC 2012 Martin Corino <mcorino@remedy.nl>
* ace/config-freebsd.h: * ace/config-win32-common.h: * ace/config-win32-mingw.h: * ace/os_include/os_signal.h: Added ACE_LACKS_SIGSET_T to be able to distinguish between the type and the functions being provided or not.
Diffstat (limited to 'ACE/ace/config-win32-mingw.h')
-rw-r--r--ACE/ace/config-win32-mingw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/config-win32-mingw.h b/ACE/ace/config-win32-mingw.h
index e8a50551313..18aeacb2f37 100644
--- a/ACE/ace/config-win32-mingw.h
+++ b/ACE/ace/config-win32-mingw.h
@@ -60,8 +60,8 @@
# undef strtod
# endif
#else
-# if defined (ACE_LACKS_SIGSET)
-# undef ACE_LACKS_SIGSET
+# if defined (ACE_LACKS_SIGSET_T)
+# undef ACE_LACKS_SIGSET_T
# endif
#endif