First version, development moved to 5110-connected machine
[gnokii.git] / getopt / getopt1.c
index de8e2ad..a78fbf4 100644 (file)
@@ -75,6 +75,8 @@ getopt_long (argc, argv, options, long_options, opt_index)
    but does match a short option, it is parsed as a short option
    instead.  */
 
+#ifndef UCLINUX
+
 int
 getopt_long_only (argc, argv, options, long_options, opt_index)
      int argc;
@@ -86,6 +88,8 @@ getopt_long_only (argc, argv, options, long_options, opt_index)
   return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
 }
 
+#endif /* UCLINUX */
+
 
 #endif /* _LIBC or not __GNU_LIBRARY__.  */
 \f