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. --- ld/config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld/config.in') diff --git a/ld/config.in b/ld/config.in index 01ec4ff020d..a905962a2ed 100644 --- a/ld/config.in +++ b/ld/config.in @@ -175,3 +175,5 @@ /* Additional extension a shared object might have. */ #undef EXTRA_SHLIB_EXTENSION +/* Is the prototype for getopt in in the expected format? */ +#undef HAVE_DECL_GETOPT -- cgit v1.2.1