blob: c220da5009f33af39d7afb740fddd93a4e1d40e8 [file] [log] [blame]
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -07001/* config.h. Generated by configure. */
Upstreamcc2ee171970-01-12 13:46:40 +00002/* config.h.in. Generated from configure.in by autoheader. */
3
4/* whether popt prototype takes a const char ** */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -07005#define CONST_POPT 1
Upstreamcc2ee171970-01-12 13:46:40 +00006
7/* Define to 1 if you have the <inttypes.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -07008#define HAVE_INTTYPES_H 1
Upstreamcc2ee171970-01-12 13:46:40 +00009
10/* Define to 1 if you have the `bfd' library (-lbfd). */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070011#define HAVE_LIBBFD 1
Upstreamcc2ee171970-01-12 13:46:40 +000012
13/* Define to 1 if you have the `iberty' library (-liberty). */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070014#define HAVE_LIBIBERTY 1
Upstreamcc2ee171970-01-12 13:46:40 +000015
16/* Define to 1 if you have the <libiberty.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070017/* #undef HAVE_LIBIBERTY_H */
Upstreamcc2ee171970-01-12 13:46:40 +000018
19/* Define to 1 if you have the `popt' library (-lpopt). */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070020#define HAVE_LIBPOPT 1
Upstreamcc2ee171970-01-12 13:46:40 +000021
22/* Define to 1 if you have the <memory.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070023#define HAVE_MEMORY_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000024
25/* Define to 1 if you have the `perfmonctl' function. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070026/* #undef HAVE_PERFMONCTL */
Upstreamcc2ee171970-01-12 13:46:40 +000027
28/* Define to 1 if you have the `sched_setaffinity' function. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070029/* #undef HAVE_SCHED_SETAFFINITY */
Upstreamcc2ee171970-01-12 13:46:40 +000030
31/* Define to 1 if you have the <stdint.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070032#define HAVE_STDINT_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000033
34/* Define to 1 if you have the <stdlib.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070035#define HAVE_STDLIB_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000036
37/* Define to 1 if you have the <strings.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070038#define HAVE_STRINGS_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000039
40/* Define to 1 if you have the <string.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070041#define HAVE_STRING_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000042
43/* Define to 1 if you have the <sys/stat.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070044#define HAVE_SYS_STAT_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000045
46/* Define to 1 if you have the <sys/types.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070047#define HAVE_SYS_TYPES_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000048
49/* Define to 1 if you have the <unistd.h> header file. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070050#define HAVE_UNISTD_H 1
Upstreamcc2ee171970-01-12 13:46:40 +000051
52/* Define to 1 if you have the `xcalloc' function. */
53#undef HAVE_XCALLOC
54
55/* Define to 1 if you have the `xmemdup' function. */
56#undef HAVE_XMEMDUP
57
58/* whether malloc attribute is understood */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070059#define MALLOC_ATTRIBUTE_OK 1
Upstreamcc2ee171970-01-12 13:46:40 +000060
61/* whether to build ABI tools */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070062#define OPROF_ABI 1
Upstreamcc2ee171970-01-12 13:46:40 +000063
64/* package binary directory */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070065#define OP_BINDIR "/usr/local/bin/"
Upstreamcc2ee171970-01-12 13:46:40 +000066
67/* package data directory */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070068#define OP_DATADIR "/usr/local/share/oprofile/"
Upstreamcc2ee171970-01-12 13:46:40 +000069
70/* Name of package */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070071#define PACKAGE "oprofile"
Upstreamcc2ee171970-01-12 13:46:40 +000072
73/* Define to the address where bug reports for this package should be sent. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070074#define PACKAGE_BUGREPORT ""
Upstreamcc2ee171970-01-12 13:46:40 +000075
76/* Define to the full name of this package. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070077#define PACKAGE_NAME ""
Upstreamcc2ee171970-01-12 13:46:40 +000078
79/* Define to the full name and version of this package. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070080#define PACKAGE_STRING ""
Upstreamcc2ee171970-01-12 13:46:40 +000081
82/* Define to the one symbol short name of this package. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070083#define PACKAGE_TARNAME ""
Upstreamcc2ee171970-01-12 13:46:40 +000084
85/* Define to the version of this package. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070086#define PACKAGE_VERSION ""
Upstreamcc2ee171970-01-12 13:46:40 +000087
88/* Define to 1 if you have the ANSI C header files. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070089#define STDC_HEADERS 1
Upstreamcc2ee171970-01-12 13:46:40 +000090
91/* Synthesize special symbols when needed */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070092/* #undef SYNTHESIZE_SYMBOLS */
Upstreamcc2ee171970-01-12 13:46:40 +000093
94/* whether bfd.h defines bool values */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070095/* #undef TRUE_FALSE_ALREADY_DEFINED */
Upstreamcc2ee171970-01-12 13:46:40 +000096
97/* Version number of package */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -070098#define VERSION "0.9.1"
Upstreamcc2ee171970-01-12 13:46:40 +000099
100/* Define to 1 if the X Window System is missing or not being used. */
The Android Open Source Project48ae5fc2008-10-21 07:00:00 -0700101/* #undef X_DISPLAY_MISSING */