From 34875e6487738a81c2b09979b804556bc8ea885b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 4 Apr 2005 11:27:16 +0000 Subject: Add a check for providing a prototype for getopt() which is compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT. --- gprof/gconfig.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gprof/gconfig.in') diff --git a/gprof/gconfig.in b/gprof/gconfig.in index d57b258..1495bfe 100644 --- a/gprof/gconfig.in +++ b/gprof/gconfig.in @@ -139,3 +139,5 @@ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* Is the prototype for getopt in in the expected format? */ +#undef HAVE_DECL_GETOPT -- cgit v1.1