getconf.c: undef VERSION

might come in via nptl so undef it before redefining it

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer 2015-05-28 17:05:43 +02:00
parent c058c0578d
commit 9930f8b92b

View File

@ -23,6 +23,7 @@
#include <stdio.h>
#define PACKAGE "getconf regression test"
#undef VERSION
#define VERSION ""
#define _(x) x
#define error(status, errnum, fmt, ...) \