diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-19 07:07:22 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-19 07:07:22 +0000 |
commit | bfa36442dbaa9c37e9577497d3b58c87caeffd50 (patch) | |
tree | 305d46012cec4761f417a1459d646dcfff5be640 /gprof/gconfig.in | |
parent | 81359a70c359b2a27a9dc1eb15a58b70f7aaf475 (diff) | |
download | gdb-bfa36442dbaa9c37e9577497d3b58c87caeffd50.zip gdb-bfa36442dbaa9c37e9577497d3b58c87caeffd50.tar.gz gdb-bfa36442dbaa9c37e9577497d3b58c87caeffd50.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* gconfig.in: Regenerate.
* po/gprof.pot: Regenerate.
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 |