blob: beefe78e219e2e2b7ef7bb73abecd1cb7564fb06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|