diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-05-28 17:05:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:19:40 -0500 |
commit | 8c62ce0c041059b4b9b823d70cb7073f82ddd1c6 (patch) | |
tree | 434f31939ac2414dba937c11266554005205dc20 /utils | |
parent | 62001886d7e3d3d85482b231591722c794c6ebb1 (diff) |
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>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/getconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/getconf.c b/utils/getconf.c index 408a574d5..3dd3d75d9 100644 --- a/utils/getconf.c +++ b/utils/getconf.c @@ -23,6 +23,7 @@ #include <stdio.h> #define PACKAGE "getconf regression test" +#undef VERSION #define VERSION "" #define _(x) x #define error(status, errnum, fmt, ...) \ |