1 /* Generated by ./xlat/gen.sh from ./xlat/ipccalls.in; do not edit. */
2 #if !(defined(SEMOP) || (defined(HAVE_DECL_SEMOP) && HAVE_DECL_SEMOP))
3 # define SEMOP 1
4 #endif
5 #if !(defined(SEMGET) || (defined(HAVE_DECL_SEMGET) && HAVE_DECL_SEMGET))
6 # define SEMGET 2
7 #endif
8 #if !(defined(SEMCTL) || (defined(HAVE_DECL_SEMCTL) && HAVE_DECL_SEMCTL))
9 # define SEMCTL 3
10 #endif
11 #if !(defined(SEMTIMEDOP) || (defined(HAVE_DECL_SEMTIMEDOP) && HAVE_DECL_SEMTIMEDOP))
12 # define SEMTIMEDOP 4
13 #endif
14 #if !(defined(MSGSND) || (defined(HAVE_DECL_MSGSND) && HAVE_DECL_MSGSND))
15 # define MSGSND 11
16 #endif
17 #if !(defined(MSGRCV) || (defined(HAVE_DECL_MSGRCV) && HAVE_DECL_MSGRCV))
18 # define MSGRCV 12
19 #endif
20 #if !(defined(MSGGET) || (defined(HAVE_DECL_MSGGET) && HAVE_DECL_MSGGET))
21 # define MSGGET 13
22 #endif
23 #if !(defined(MSGCTL) || (defined(HAVE_DECL_MSGCTL) && HAVE_DECL_MSGCTL))
24 # define MSGCTL 14
25 #endif
26 #if !(defined(SHMAT) || (defined(HAVE_DECL_SHMAT) && HAVE_DECL_SHMAT))
27 # define SHMAT 21
28 #endif
29 #if !(defined(SHMDT) || (defined(HAVE_DECL_SHMDT) && HAVE_DECL_SHMDT))
30 # define SHMDT 22
31 #endif
32 #if !(defined(SHMGET) || (defined(HAVE_DECL_SHMGET) && HAVE_DECL_SHMGET))
33 # define SHMGET 23
34 #endif
35 #if !(defined(SHMCTL) || (defined(HAVE_DECL_SHMCTL) && HAVE_DECL_SHMCTL))
36 # define SHMCTL 24
37 #endif
38 
39 #ifdef IN_MPERS
40 
41 # error static const struct xlat ipccalls in mpers mode
42 
43 #else
44 
45 static
46 const struct xlat ipccalls[] = {
47  XLAT(SEMOP),
48  XLAT(SEMGET),
49  XLAT(SEMCTL),
50  XLAT(SEMTIMEDOP),
51  XLAT(MSGSND),
52  XLAT(MSGRCV),
53  XLAT(MSGGET),
54  XLAT(MSGCTL),
55  XLAT(SHMAT),
56  XLAT(SHMDT),
57  XLAT(SHMGET),
58  XLAT(SHMCTL),
59  XLAT_END
60 };
61 
62 #endif /* !IN_MPERS */
63