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