diff options
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r-- | gprof/gconfig.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in index d1c2ebd..d57b258 100644 --- a/gprof/gconfig.in +++ b/gprof/gconfig.in @@ -97,6 +97,9 @@ /* Define if you have the <nl_types.h> header file. */ #undef HAVE_NL_TYPES_H +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + /* Define if you have the <string.h> header file. */ #undef HAVE_STRING_H @@ -106,6 +109,12 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |