clsync
gencompilerflags.c
Go to the documentation of this file.
1 #include <stdio.h>
2 
3 int main()
4 {
5  printf ( "%s",
6 #ifdef _DEBUG_SUPPORT
7  "#define _DEBUG_SUPPORT\n"
8 #endif
9 #ifdef _DEBUG_FORCE
10  "#define _DEBUG_FORCE\n"
11 #endif
12 #ifdef KQUEUE_SUPPORT
13  "#define KQUEUE_SUPPORT\n"
14 #endif
15 #ifdef INOTIFY_SUPPORT
16  "#define INOTIFY_SUPPORT\n"
17 #endif
18 #ifdef INOTIFY_OLD
19  "#define INOTIFY_OLD\n"
20 #endif
21 #ifdef FANOTIFY_SUPPORT
22  "#define FANOTIFY_SUPPORT\n"
23 #endif
24 #ifdef BSM_SUPPORT
25  "#define BSM_SUPPORT\n"
26 #endif
27 #ifdef GIO_SUPPORT
28  "#define GIO_SUPPORT\n"
29 #endif
30 #ifdef DTRACEPIPE_SUPPORT
31  "#define DTRACEPIPE_SUPPORT\n"
32 #endif
33 #ifdef BACKTRACE_SUPPORT
34  "#define BACKTRACE_SUPPORT\n"
35 #endif
37  "#define CAPABILITIES_SUPPORT\n"
38 #endif
39 #ifdef SECCOMP_SUPPORT
40  "#define SECCOMP_SUPPORT\n"
41 #endif
42 #ifdef GETMNTENT_SUPPORT
43  "#define GETMNTENT_SUPPORT\n"
44 #endif
45 #ifdef UNSHARE_SUPPORT
46  "#define UNSHARE_SUPPORT\n"
47 #endif
49  "#define PIVOTROOT_OPT_SUPPORT\n"
50 #endif
51 #ifdef CGROUP_SUPPORT
52  "#define CGROUP_SUPPORT\n"
53 #endif
54 #ifdef TRE_SUPPORT
55  "#define TRE_SUPPORT\n"
56 #endif
57 #ifdef THREADING_SUPPORT
58  "#define THREADING_SUPPORT\n"
59 #endif
60 #ifdef HL_LOCKS
61  "#define HL_LOCKS\n"
62 #endif
63  );
64  return 0;
65 }
CGROUP_SUPPORT
#define CGROUP_SUPPORT
Definition: compilerflags.h:8
UNSHARE_SUPPORT
#define UNSHARE_SUPPORT
Definition: compilerflags.h:6
THREADING_SUPPORT
#define THREADING_SUPPORT
Definition: compilerflags.h:9
SECCOMP_SUPPORT
#define SECCOMP_SUPPORT
Definition: compilerflags.h:4
BACKTRACE_SUPPORT
#define BACKTRACE_SUPPORT
Definition: compilerflags.h:2
INOTIFY_SUPPORT
#define INOTIFY_SUPPORT
Definition: compilerflags.h:1
HL_LOCKS
#define HL_LOCKS
Definition: compilerflags.h:10
CAPABILITIES_SUPPORT
#define CAPABILITIES_SUPPORT
Definition: compilerflags.h:3
GETMNTENT_SUPPORT
#define GETMNTENT_SUPPORT
Definition: compilerflags.h:5
main
int main()
Definition: gencompilerflags.c:3
PIVOTROOT_OPT_SUPPORT
#define PIVOTROOT_OPT_SUPPORT
Definition: compilerflags.h:7