This commit was manufactured by cvs2svn to create tag
[gnokii.git] / getopt / getopt1.c
index a78fbf4..de8e2ad 100644 (file)
@@ -75,8 +75,6 @@ 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;
@@ -88,8 +86,6 @@ 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