]> sourceware.org Git - systemtap.git/blame - config.in
PR 12917 - Implement Compile-Server/Client Versioning - Rework
[systemtap.git] / config.in
CommitLineData
2f1a1aea
FCE
1/* config.in. Generated from configure.ac by autoheader. */
2
69c68955
FCE
3/* Configuration/build date */
4#undef DATE
5
8f223b3e
FCE
6/* Define to 1 if translation of program messages to the user's native
7 language is requested. */
8#undef ENABLE_NLS
9
44f75386
FCE
10/* make -P prologue-searching default */
11#undef ENABLE_PROLOGUES
12
0f5d597d
JS
13/* Define to 1 to enable process.mark probes in stap, staprun, stapio. */
14#undef ENABLE_SDT_PROBES
15
2dce8c42
DB
16/* Define to 1 if you have the avahi libraries. */
17#undef HAVE_AVAHI
18
f8a49389
DS
19/* Define to 1 if you have the <boost/algorithm/string.hpp> header file. */
20#undef HAVE_BOOST_ALGORITHM_STRING_HPP
21
22/* Define to 1 if you have the <boost/range.hpp> header file. */
23#undef HAVE_BOOST_RANGE_HPP
24
469c1a1b
FCE
25/* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */
26#undef HAVE_BOOST_SHARED_PTR_HPP
27
35a04c8e
FCE
28/* Define to 1 if you have the <crash/defs.h> header file. */
29#undef HAVE_CRASH_DEFS_H
30
8f223b3e
FCE
31/* Define if the GNU dcgettext() function is already present or preinstalled.
32 */
33#undef HAVE_DCGETTEXT
34
e016a49a
FCE
35/* Define to 1 if you have the <elfutils/version.h> header file. */
36#undef HAVE_ELFUTILS_VERSION_H
37
8f223b3e
FCE
38/* Define if the GNU gettext() function is already present or preinstalled. */
39#undef HAVE_GETTEXT
40
41/* Define if you have the iconv() function and it works. */
42#undef HAVE_ICONV
43
2f1a1aea
FCE
44/* Define to 1 if you have the <inttypes.h> header file. */
45#undef HAVE_INTTYPES_H
46
2b066ec1
FCE
47/* Define to 1 if you have the `dw' library (-ldw). */
48#undef HAVE_LIBDW
49
12c1a007
FCE
50/* have librpm */
51#undef HAVE_LIBRPM
52
44edbcd6
JS
53/* have librpmio */
54#undef HAVE_LIBRPMIO
55
35a04c8e
FCE
56/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
57#undef HAVE_LIBSQLITE3
58
2f1a1aea
FCE
59/* Define to 1 if you have the <memory.h> header file. */
60#undef HAVE_MEMORY_H
61
2035bcd4
DB
62/* Define to 1 if you have the nss libraries. */
63#undef HAVE_NSS
64
e04a4b41
JS
65/* Define to 1 if you have the `ppoll' function. */
66#undef HAVE_PPOLL
67
2f1a1aea
FCE
68/* Define to 1 if you have the <stdint.h> header file. */
69#undef HAVE_STDINT_H
70
71/* Define to 1 if you have the <stdlib.h> header file. */
72#undef HAVE_STDLIB_H
73
74/* Define to 1 if you have the <strings.h> header file. */
75#undef HAVE_STRINGS_H
76
77/* Define to 1 if you have the <string.h> header file. */
78#undef HAVE_STRING_H
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
85
469c1a1b
FCE
86/* Define to 1 if you have the <tr1/memory> header file. */
87#undef HAVE_TR1_MEMORY
88
3bf6ac45
TM
89/* Define to 1 if you have the <tr1/unordered_map> header file. */
90#undef HAVE_TR1_UNORDERED_MAP
91
2f1a1aea
FCE
92/* Define to 1 if you have the <unistd.h> header file. */
93#undef HAVE_UNISTD_H
94
0bcb278d
MH
95/* Define to 1 if your C compiler doesn't accept -c and -o together. */
96#undef NO_MINUS_C_MINUS_O
97
2f1a1aea
FCE
98/* Name of package */
99#undef PACKAGE
100
101/* Define to the address where bug reports for this package should be sent. */
102#undef PACKAGE_BUGREPORT
103
104/* Define to the full name of this package. */
105#undef PACKAGE_NAME
106
107/* Define to the full name and version of this package. */
108#undef PACKAGE_STRING
109
110/* Define to the one symbol short name of this package. */
111#undef PACKAGE_TARNAME
112
1ef0423a
FCE
113/* Define to the home page for this package. */
114#undef PACKAGE_URL
115
2f1a1aea
FCE
116/* Define to the version of this package. */
117#undef PACKAGE_VERSION
118
119/* Define to 1 if the C compiler supports function prototypes. */
120#undef PROTOTYPES
121
50431f30
MW
122/* configure prefix location */
123#undef STAP_PREFIX
124
2f1a1aea
FCE
125/* Define to 1 if you have the ANSI C header files. */
126#undef STDC_HEADERS
127
8f223b3e
FCE
128/* Enable extensions on AIX 3, Interix. */
129#ifndef _ALL_SOURCE
130# undef _ALL_SOURCE
131#endif
132/* Enable GNU extensions on systems that have them. */
133#ifndef _GNU_SOURCE
134# undef _GNU_SOURCE
135#endif
136/* Enable threading extensions on Solaris. */
137#ifndef _POSIX_PTHREAD_SEMANTICS
138# undef _POSIX_PTHREAD_SEMANTICS
139#endif
140/* Enable extensions on HP NonStop. */
141#ifndef _TANDEM_SOURCE
142# undef _TANDEM_SOURCE
143#endif
144/* Enable general extensions on Solaris. */
145#ifndef __EXTENSIONS__
146# undef __EXTENSIONS__
147#endif
148
149
2f1a1aea
FCE
150/* Version number of package */
151#undef VERSION
152
8f223b3e
FCE
153/* Define to 1 if on MINIX. */
154#undef _MINIX
155
156/* Define to 2 if the system does not provide POSIX.1 features except with
157 this defined. */
158#undef _POSIX_1_SOURCE
159
160/* Define to 1 if you need to in order for `stat' and other things to work. */
161#undef _POSIX_SOURCE
162
2f1a1aea
FCE
163/* Define like PROTOTYPES; this can be used by system headers. */
164#undef __PROTOTYPES
This page took 0.091046 seconds and 5 git commands to generate.