mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 20:46:41 +02:00
17 lines
397 B
Diff
17 lines
397 B
Diff
diff --git a/lib/getopt1.c b/lib/getopt1.c
|
||
index 9e29155..f8788bb 100644
|
||
--- a/lib/getopt1.c
|
||
+++ b/lib/getopt1.c
|
||
@@ -21,6 +21,7 @@ along with gvpe; if not, write to the Free Software
|
||
Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||
*/
|
||
|
||
+#if 0
|
||
#ifdef HAVE_CONFIG_H
|
||
#include <config.h>
|
||
#endif
|
||
@@ -189,3 +190,4 @@ main (argc, argv)
|
||
}
|
||
|
||
#endif /* TEST */
|
||
+#endif
|