Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / os_include / os_ucontext.h
blobf62be80e5fc0dfb3cb1f40fda41026c304f05947
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_ucontext.h
7 * user context
9 * $Id: os_ucontext.h 80826 2008-03-04 14:51:23Z wotte $
11 * @author Don Hinton <dhinton@dresystems.com>
12 * @author This code was originally in various places including ace/OS.h.
14 //=============================================================================
16 #ifndef ACE_OS_INCLUDE_OS_UCONTEXT_H
17 #define ACE_OS_INCLUDE_OS_UCONTEXT_H
19 #include /**/ "ace/pre.h"
21 #include "ace/config-lite.h"
23 #if !defined (ACE_LACKS_PRAGMA_ONCE)
24 # pragma once
25 #endif /* ACE_LACKS_PRAGMA_ONCE */
27 #include "ace/os_include/os_signal.h"
29 #if !defined (ACE_LACKS_UCONTEXT_H)
30 # include /**/ <ucontext.h>
31 #endif /* !ACE_LACKS_ucontext_H */
33 // Place all additions (especially function declarations) within extern "C" {}
34 #ifdef __cplusplus
35 extern "C"
37 #endif /* __cplusplus */
39 # if !defined (ACE_HAS_UCONTEXT_T)
40 typedef int ucontext_t;
41 # endif /* ACE_HAS_UCONTEXT_T */
43 #ifdef __cplusplus
45 #endif /* __cplusplus */
47 #include /**/ "ace/post.h"
48 #endif /* ACE_OS_INCLUDE_OS_UCONTEXT_H */