xref: /aosp_15_r20/external/libcap-ng/config.h (revision 8dd5e09d5faf27a871e8654ddaa2d2af7c696578)
1*8dd5e09dSSadaf Ebrahimi /* config.h.  Generated from config.h.in by configure.  */
2*8dd5e09dSSadaf Ebrahimi /* config.h.in.  Generated from configure.ac by autoheader.  */
3*8dd5e09dSSadaf Ebrahimi 
4*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <attr/xattr.h> header file. */
5*8dd5e09dSSadaf Ebrahimi /* #undef HAVE_ATTR_XATTR_H */
6*8dd5e09dSSadaf Ebrahimi 
7*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_AUDIT_READ', and to 0 if
8*8dd5e09dSSadaf Ebrahimi    you don't. */
9*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_AUDIT_READ 1
10*8dd5e09dSSadaf Ebrahimi 
11*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_BLOCK_SUSPEND', and to 0 if
12*8dd5e09dSSadaf Ebrahimi    you don't. */
13*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_BLOCK_SUSPEND 1
14*8dd5e09dSSadaf Ebrahimi 
15*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_BPF', and to 0 if you
16*8dd5e09dSSadaf Ebrahimi    don't. */
17*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_BPF 1
18*8dd5e09dSSadaf Ebrahimi 
19*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_CHECKPOINT_RESTORE', and to
20*8dd5e09dSSadaf Ebrahimi    0 if you don't. */
21*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_CHECKPOINT_RESTORE 1
22*8dd5e09dSSadaf Ebrahimi 
23*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_EPOLLWAKEUP', and to 0 if
24*8dd5e09dSSadaf Ebrahimi    you don't. */
25*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_EPOLLWAKEUP 0
26*8dd5e09dSSadaf Ebrahimi 
27*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_PERFMON', and to 0 if you
28*8dd5e09dSSadaf Ebrahimi    don't. */
29*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_PERFMON 1
30*8dd5e09dSSadaf Ebrahimi 
31*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `CAP_WAKE_ALARM', and to 0 if
32*8dd5e09dSSadaf Ebrahimi    you don't. */
33*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_CAP_WAKE_ALARM 1
34*8dd5e09dSSadaf Ebrahimi 
35*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `PR_CAP_AMBIENT', and to 0 if
36*8dd5e09dSSadaf Ebrahimi    you don't. */
37*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_PR_CAP_AMBIENT 1
38*8dd5e09dSSadaf Ebrahimi 
39*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `VFS_CAP_REVISION_2', and to 0
40*8dd5e09dSSadaf Ebrahimi    if you don't. */
41*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_VFS_CAP_REVISION_2 1
42*8dd5e09dSSadaf Ebrahimi 
43*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the declaration of `VFS_CAP_REVISION_3', and to 0
44*8dd5e09dSSadaf Ebrahimi    if you don't. */
45*8dd5e09dSSadaf Ebrahimi #define HAVE_DECL_VFS_CAP_REVISION_3 1
46*8dd5e09dSSadaf Ebrahimi 
47*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <dlfcn.h> header file. */
48*8dd5e09dSSadaf Ebrahimi #define HAVE_DLFCN_H 1
49*8dd5e09dSSadaf Ebrahimi 
50*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <inttypes.h> header file. */
51*8dd5e09dSSadaf Ebrahimi #define HAVE_INTTYPES_H 1
52*8dd5e09dSSadaf Ebrahimi 
53*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <linux/capability.h> header file. */
54*8dd5e09dSSadaf Ebrahimi #define HAVE_LINUX_CAPABILITY_H 1
55*8dd5e09dSSadaf Ebrahimi 
56*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <linux/magic.h> header file. */
57*8dd5e09dSSadaf Ebrahimi #define HAVE_LINUX_MAGIC_H 1
58*8dd5e09dSSadaf Ebrahimi 
59*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <linux/securebits.h> header file. */
60*8dd5e09dSSadaf Ebrahimi /* #undef HAVE_LINUX_SECUREBITS_H */
61*8dd5e09dSSadaf Ebrahimi 
62*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <pthread.h> header file. */
63*8dd5e09dSSadaf Ebrahimi #define HAVE_PTHREAD_H 1
64*8dd5e09dSSadaf Ebrahimi 
65*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <stdint.h> header file. */
66*8dd5e09dSSadaf Ebrahimi #define HAVE_STDINT_H 1
67*8dd5e09dSSadaf Ebrahimi 
68*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <stdio.h> header file. */
69*8dd5e09dSSadaf Ebrahimi #define HAVE_STDIO_H 1
70*8dd5e09dSSadaf Ebrahimi 
71*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <stdlib.h> header file. */
72*8dd5e09dSSadaf Ebrahimi #define HAVE_STDLIB_H 1
73*8dd5e09dSSadaf Ebrahimi 
74*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <strings.h> header file. */
75*8dd5e09dSSadaf Ebrahimi #define HAVE_STRINGS_H 1
76*8dd5e09dSSadaf Ebrahimi 
77*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <string.h> header file. */
78*8dd5e09dSSadaf Ebrahimi #define HAVE_STRING_H 1
79*8dd5e09dSSadaf Ebrahimi 
80*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have <sys/syscall.h>. */
81*8dd5e09dSSadaf Ebrahimi #define HAVE_SYSCALL_H 1
82*8dd5e09dSSadaf Ebrahimi 
83*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <sys/stat.h> header file. */
84*8dd5e09dSSadaf Ebrahimi #define HAVE_SYS_STAT_H 1
85*8dd5e09dSSadaf Ebrahimi 
86*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <sys/types.h> header file. */
87*8dd5e09dSSadaf Ebrahimi #define HAVE_SYS_TYPES_H 1
88*8dd5e09dSSadaf Ebrahimi 
89*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <sys/vfs.h> header file. */
90*8dd5e09dSSadaf Ebrahimi #define HAVE_SYS_VFS_H 1
91*8dd5e09dSSadaf Ebrahimi 
92*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <sys/xattr.h> header file. */
93*8dd5e09dSSadaf Ebrahimi #define HAVE_SYS_XATTR_H 1
94*8dd5e09dSSadaf Ebrahimi 
95*8dd5e09dSSadaf Ebrahimi /* Define to 1 if you have the <unistd.h> header file. */
96*8dd5e09dSSadaf Ebrahimi #define HAVE_UNISTD_H 1
97*8dd5e09dSSadaf Ebrahimi 
98*8dd5e09dSSadaf Ebrahimi /* Define to the sub-directory where libtool stores uninstalled libraries. */
99*8dd5e09dSSadaf Ebrahimi #define LT_OBJDIR ".libs/"
100*8dd5e09dSSadaf Ebrahimi 
101*8dd5e09dSSadaf Ebrahimi /* Name of package */
102*8dd5e09dSSadaf Ebrahimi #define PACKAGE "libcap-ng"
103*8dd5e09dSSadaf Ebrahimi 
104*8dd5e09dSSadaf Ebrahimi /* Define to the address where bug reports for this package should be sent. */
105*8dd5e09dSSadaf Ebrahimi #define PACKAGE_BUGREPORT ""
106*8dd5e09dSSadaf Ebrahimi 
107*8dd5e09dSSadaf Ebrahimi /* Define to the full name of this package. */
108*8dd5e09dSSadaf Ebrahimi #define PACKAGE_NAME "libcap-ng"
109*8dd5e09dSSadaf Ebrahimi 
110*8dd5e09dSSadaf Ebrahimi /* Define to the full name and version of this package. */
111*8dd5e09dSSadaf Ebrahimi #define PACKAGE_STRING "libcap-ng 0.8.5"
112*8dd5e09dSSadaf Ebrahimi 
113*8dd5e09dSSadaf Ebrahimi /* Define to the one symbol short name of this package. */
114*8dd5e09dSSadaf Ebrahimi #define PACKAGE_TARNAME "libcap-ng"
115*8dd5e09dSSadaf Ebrahimi 
116*8dd5e09dSSadaf Ebrahimi /* Define to the home page for this package. */
117*8dd5e09dSSadaf Ebrahimi #define PACKAGE_URL ""
118*8dd5e09dSSadaf Ebrahimi 
119*8dd5e09dSSadaf Ebrahimi /* Define to the version of this package. */
120*8dd5e09dSSadaf Ebrahimi #define PACKAGE_VERSION "0.8.5"
121*8dd5e09dSSadaf Ebrahimi 
122*8dd5e09dSSadaf Ebrahimi /* Define to 1 if all of the C90 standard headers exist (not just the ones
123*8dd5e09dSSadaf Ebrahimi    required in a freestanding environment). This macro is provided for
124*8dd5e09dSSadaf Ebrahimi    backward compatibility; new code need not use it. */
125*8dd5e09dSSadaf Ebrahimi #define STDC_HEADERS 1
126*8dd5e09dSSadaf Ebrahimi 
127*8dd5e09dSSadaf Ebrahimi /* Version number of package */
128*8dd5e09dSSadaf Ebrahimi #define VERSION "0.8.5"
129