1/* Generated by ./xlat/gen.sh from ./xlat/wait4_options.in; do not edit. */
2#ifndef WSTOPPED
3#endif
4#if !(defined(__WCLONE) || (defined(HAVE_DECL___WCLONE) && HAVE_DECL___WCLONE))
5# define __WCLONE 0x80000000
6#endif
7#if !(defined(__WALL) || (defined(HAVE_DECL___WALL) && HAVE_DECL___WALL))
8# define __WALL 0x40000000
9#endif
10#if !(defined(__WNOTHREAD) || (defined(HAVE_DECL___WNOTHREAD) && HAVE_DECL___WNOTHREAD))
11# define __WNOTHREAD 0x20000000
12#endif
13
14#ifdef IN_MPERS
15
16# error static const struct xlat wait4_options in mpers mode
17
18#else
19
20static
21const struct xlat wait4_options[] = {
22#if defined(WNOHANG) || (defined(HAVE_DECL_WNOHANG) && HAVE_DECL_WNOHANG)
23  XLAT(WNOHANG),
24#endif
25#ifndef WSTOPPED
26#if defined(WUNTRACED) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED)
27  XLAT(WUNTRACED),
28#endif
29#endif
30#if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED)
31  XLAT(WEXITED),
32#endif
33#if defined(WTRAPPED) || (defined(HAVE_DECL_WTRAPPED) && HAVE_DECL_WTRAPPED)
34  XLAT(WTRAPPED),
35#endif
36#if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED)
37  XLAT(WSTOPPED),
38#endif
39#if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
40  XLAT(WCONTINUED),
41#endif
42#if defined(WNOWAIT) || (defined(HAVE_DECL_WNOWAIT) && HAVE_DECL_WNOWAIT)
43  XLAT(WNOWAIT),
44#endif
45 XLAT(__WCLONE),
46 XLAT(__WALL),
47 XLAT(__WNOTHREAD),
48 XLAT_END
49};
50
51#endif /* !IN_MPERS */
52