Add a check for <unistd.h> providing a prototype for getopt() which is compatible

with the one in	include/getopt.h.  If so then define HAVE_DECL_GETOPT.
This commit is contained in:
Nick Clifton
2005-03-31 14:40:41 +00:00
parent 0f2d00bca8
commit e46eba98ae
6 changed files with 83 additions and 45 deletions

View File

@@ -29,6 +29,7 @@
both forms write results to stdout, the second form reads addresses
to be converted from stdin. */
#include "config.h"
#include <string.h>
#include "bfd.h"