diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-01 08:41:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-01 08:41:57 +0000 |
commit | 66477e8783e76c357dcf5105defcf610f49db2cf (patch) | |
tree | 417c938662d283afff5529a8762a1f9dd089dd90 /gprof/gconfig.in | |
parent | fb17c22277a9412942775a66f641e2e735c8f090 (diff) | |
download | gdb-66477e8783e76c357dcf5105defcf610f49db2cf.zip gdb-66477e8783e76c357dcf5105defcf610f49db2cf.tar.gz gdb-66477e8783e76c357dcf5105defcf610f49db2cf.tar.bz2 |
* configure.in (build_warnings): Add -Wstrict-prototypes
-Wmissing-prototypes.
* aclocal.m4: Regenerate.
* gconfig.in: Regenerate.
* configure: Regenerate.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r-- | gprof/gconfig.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in index d1c2ebd..e7a5fbf 100644 --- a/gprof/gconfig.in +++ b/gprof/gconfig.in @@ -25,6 +25,9 @@ /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t @@ -97,6 +100,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 +112,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 |