1 /* Generated by ./xlat/gen.sh from ./xlat/wait4_options.in; do not edit. */
2 
3 static const struct xlat wait4_options[] = {
4 #if defined(WNOHANG) || (defined(HAVE_DECL_WNOHANG) && HAVE_DECL_WNOHANG)
5  XLAT(WNOHANG),
6 #endif
7 #ifndef WSTOPPED
8 #if defined(WUNTRACED) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED)
9  XLAT(WUNTRACED),
10 #endif
11 #endif
12 #if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED)
13  XLAT(WEXITED),
14 #endif
15 #if defined(WTRAPPED) || (defined(HAVE_DECL_WTRAPPED) && HAVE_DECL_WTRAPPED)
16  XLAT(WTRAPPED),
17 #endif
18 #if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED)
19  XLAT(WSTOPPED),
20 #endif
21 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
22  XLAT(WCONTINUED),
23 #endif
24 #if defined(WNOWAIT) || (defined(HAVE_DECL_WNOWAIT) && HAVE_DECL_WNOWAIT)
25  XLAT(WNOWAIT),
26 #endif
27 #if defined(__WCLONE) || (defined(HAVE_DECL___WCLONE) && HAVE_DECL___WCLONE)
28  XLAT(__WCLONE),
29 #endif
30 #if defined(__WALL) || (defined(HAVE_DECL___WALL) && HAVE_DECL___WALL)
31  XLAT(__WALL),
32 #endif
33 #if defined(__WNOTHREAD) || (defined(HAVE_DECL___WNOTHREAD) && HAVE_DECL___WNOTHREAD)
34  XLAT(__WNOTHREAD),
35 #endif
36  XLAT_END
37 };
38