--- include/config.h.in.orig Mon Aug 23 23:12:37 2004 +++ include/config.h.in Thu Oct 21 23:25:45 2004 @@ -394,16 +394,6 @@ extern "C" { #endif -#ifndef HAVE_GETOPT -int getopt (int argc, char * const argv[], const char * optstring); -extern char * optarg; -extern int optind, opterr, optopt; -#endif -#ifndef HAVE_GETOPT_LONG -int getopt_long (int argc, char * const argv[], const char * optstring, - const struct option * longopts, int * longindex); -#endif - #ifndef HAVE_USLEEP int usleep(unsigned long usec); /* SUSv2 */ #endif