]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/getopt.c
2005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com>
[mirror_frr.git] / lib / getopt.c
index 329e93951f9d4d66e68d42c30c0f668cdd6c8460..c784fb6cce8d8408344e531601082453714910f4 100644 (file)
@@ -969,6 +969,8 @@ _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
   }
 }
 
+#ifdef REALLY_NEED_PLAIN_GETOPT
+
 int
 getopt (argc, argv, optstring)
      int argc;
@@ -981,6 +983,8 @@ getopt (argc, argv, optstring)
                           0);
 }
 
+#endif /* REALLY_NEED_PLAIN_GETOPT */
+
 #endif /* Not ELIDE_CODE.  */
 \f
 #ifdef TEST