blob: b8576e5898a8d20137a97c533aa4d5ddfb35d1f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Look for global separate debug info in this path */
#define DEBUGDIR "/usr/local/lib/debug"
/* Define to 1 if you have the `iberty' library (-liberty). */
/* #undef HAVE_LIBIBERTY */
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME "sysprof"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "sysprof 1.0.10"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "sysprof"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.10"
|