diff options
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,9 @@ /* Define to 1 if you have the <crash/defs.h> header file. */ #undef HAVE_CRASH_DEFS_H +/* Define to 1 if you have the <elfutils/version.h> header file. */ +#undef HAVE_ELFUTILS_VERSION_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -72,6 +75,9 @@ /* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES +/* configure prefix location */ +#undef STAP_PREFIX + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |