r4605: Automatic commit for debian_version_4_2_4b-1
[ctsim.git] / getopt / getopt.h
index c5f98619b9a033d5fc4decebd39840598d0c064d..1549b0a58825e0300111f08653457c8b22c2e29b 100644 (file)
 
 #ifndef _GETOPT_H
 
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
+
 #ifndef __need_getopt
 # define _GETOPT_H 1
 #endif
@@ -133,7 +137,7 @@ struct option
    errors, only prototype getopt for the GNU C library.  */
 extern int getopt (int __argc, char *const *__argv, const char *__shortopts);
 # else /* not __GNU_LIBRARY__ */
-extern int getopt ();
+  /* extern int getopt (); */
 # endif /* __GNU_LIBRARY__ */
 
 # ifndef __need_getopt