]> sourceware.org Git - systemtap.git/blob - config.in
Allow utrace_syscall_args.stp to accepts arm64 use of syscall.openat
[systemtap.git] / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Configuration/build date */
4 #undef DATE
5
6 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */
8 #undef ENABLE_NLS
9
10 /* make -P prologue-searching default */
11 #undef ENABLE_PROLOGUES
12
13 /* Define to 1 to enable process.mark probes in stap, staprun, stapio. */
14 #undef ENABLE_SDT_PROBES
15
16 /* Define to 1 if you have the avahi libraries. */
17 #undef HAVE_AVAHI
18
19 /* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */
20 #undef HAVE_BOOST_SHARED_PTR_HPP
21
22 /* Define to 1 if you have the <BPatch_object.h> header file. */
23 #undef HAVE_BPATCH_OBJECT_H
24
25 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
26 CoreFoundation framework. */
27 #undef HAVE_CFLOCALECOPYCURRENT
28
29 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
30 the CoreFoundation framework. */
31 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
32
33 /* Define to 1 if you have the <crash/defs.h> header file. */
34 #undef HAVE_CRASH_DEFS_H
35
36 /* Define if the GNU dcgettext() function is already present or preinstalled.
37 */
38 #undef HAVE_DCGETTEXT
39
40 /* Define to 1 if Dyninst is enabled */
41 #undef HAVE_DYNINST
42
43 /* Define if the GNU gettext() function is already present or preinstalled. */
44 #undef HAVE_GETTEXT
45
46 /* Define if you have the iconv() function and it works. */
47 #undef HAVE_ICONV
48
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
51
52 /* Flag indicating that libHelperSDT.so is available (can be found in
53 PKGLIBDIR) */
54 #undef HAVE_JAVA
55
56 /* Define to 1 if you have the `dw' library (-ldw). */
57 #undef HAVE_LIBDW
58
59 /* Define to 1 if you have the `elf' library (-lelf). */
60 #undef HAVE_LIBELF
61
62 /* have librpm */
63 #undef HAVE_LIBRPM
64
65 /* have librpmio */
66 #undef HAVE_LIBRPMIO
67
68 /* Define to 1 if you have the 'sqlite3' library (-lsqlite3). */
69 #undef HAVE_LIBSQLITE3
70
71 /* Define to 1 if libvirt development libraries are installed */
72 #undef HAVE_LIBVIRT
73
74 /* Define to 1 if libxml2 development libraries are installed */
75 #undef HAVE_LIBXML2
76
77 /* Define to 1 if you have the <memory.h> header file. */
78 #undef HAVE_MEMORY_H
79
80 /* Define to 1 if you have the nss libraries. */
81 #undef HAVE_NSS
82
83 /* Define to 1 if you have the `openat' function. */
84 #undef HAVE_OPENAT
85
86 /* Define to 1 if you have the `ppoll' function. */
87 #undef HAVE_PPOLL
88
89 /* Define to 1 if you have the SELinux libraries. */
90 #undef HAVE_SELINUX
91
92 /* Define to 1 if you have the <stdint.h> header file. */
93 #undef HAVE_STDINT_H
94
95 /* Define to 1 if you have the <stdlib.h> header file. */
96 #undef HAVE_STDLIB_H
97
98 /* Define to 1 if you have the <strings.h> header file. */
99 #undef HAVE_STRINGS_H
100
101 /* Define to 1 if you have the <string.h> header file. */
102 #undef HAVE_STRING_H
103
104 /* Define to 1 if you have the <sys/stat.h> header file. */
105 #undef HAVE_SYS_STAT_H
106
107 /* Define to 1 if you have the <sys/types.h> header file. */
108 #undef HAVE_SYS_TYPES_H
109
110 /* Define to 1 if you have the <tr1/memory> header file. */
111 #undef HAVE_TR1_MEMORY
112
113 /* Define to 1 if you have the <tr1/unordered_map> header file. */
114 #undef HAVE_TR1_UNORDERED_MAP
115
116 /* Define to 1 if you have the <unistd.h> header file. */
117 #undef HAVE_UNISTD_H
118
119 /* Name of package */
120 #undef PACKAGE
121
122 /* Define to the address where bug reports for this package should be sent. */
123 #undef PACKAGE_BUGREPORT
124
125 /* Define to the full name of this package. */
126 #undef PACKAGE_NAME
127
128 /* Define to the full name and version of this package. */
129 #undef PACKAGE_STRING
130
131 /* Define to the one symbol short name of this package. */
132 #undef PACKAGE_TARNAME
133
134 /* Define to the home page for this package. */
135 #undef PACKAGE_URL
136
137 /* Define to the version of this package. */
138 #undef PACKAGE_VERSION
139
140 /* extra stap version code */
141 #undef STAP_EXTRA_VERSION
142
143 /* configure prefix location */
144 #undef STAP_PREFIX
145
146 /* Define to 1 if you have the ANSI C header files. */
147 #undef STDC_HEADERS
148
149 /* Enable extensions on AIX 3, Interix. */
150 #ifndef _ALL_SOURCE
151 # undef _ALL_SOURCE
152 #endif
153 /* Enable GNU extensions on systems that have them. */
154 #ifndef _GNU_SOURCE
155 # undef _GNU_SOURCE
156 #endif
157 /* Enable threading extensions on Solaris. */
158 #ifndef _POSIX_PTHREAD_SEMANTICS
159 # undef _POSIX_PTHREAD_SEMANTICS
160 #endif
161 /* Enable extensions on HP NonStop. */
162 #ifndef _TANDEM_SOURCE
163 # undef _TANDEM_SOURCE
164 #endif
165 /* Enable general extensions on Solaris. */
166 #ifndef __EXTENSIONS__
167 # undef __EXTENSIONS__
168 #endif
169
170
171 /* Version number of package */
172 #undef VERSION
173
174 /* Enable large inode numbers on Mac OS X 10.5. */
175 #ifndef _DARWIN_USE_64_BIT_INODE
176 # define _DARWIN_USE_64_BIT_INODE 1
177 #endif
178
179 /* Number of bits in a file offset, on hosts where this is settable. */
180 #undef _FILE_OFFSET_BITS
181
182 /* Define for large files, on AIX-style hosts. */
183 #undef _LARGE_FILES
184
185 /* Define to 1 if on MINIX. */
186 #undef _MINIX
187
188 /* Define to 2 if the system does not provide POSIX.1 features except with
189 this defined. */
190 #undef _POSIX_1_SOURCE
191
192 /* Define to 1 if you need to in order for `stat' and other things to work. */
193 #undef _POSIX_SOURCE
This page took 0.044656 seconds and 5 git commands to generate.