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

@@ -178,6 +178,9 @@
/* Is the type time_t defined in <sys/types.h>? */
#undef HAVE_TIME_T_IN_TYPES_H
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#undef HAVE_DECL_GETOPT
/* Does <utime.h> define struct utimbuf? */
#undef HAVE_GOOD_UTIME_H